Skip to content

Commit

Permalink
リリースで利用するPHPのバージョンを7.4に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
SofPyon committed Apr 4, 2023
1 parent cea3b97 commit d936a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
run: sudo update-alternatives --set php /usr/bin/php7.3
run: sudo update-alternatives --set php /usr/bin/php7.4
# Composer Cache
# - name: Get Composer Cache Directory
# id: composer-cache
Expand Down

0 comments on commit d936a61

Please sign in to comment.