Skip to content

Commit 8a05ade

Browse files
committed
GitHub ActionsのPHPバージョンを7.3に固定(ActionsデフォルトのPHPバージョンが8になったため)
1 parent 5163985 commit 8a05ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
16+
- name: Setup PHP
17+
run: sudo update-alternatives --set php /usr/bin/php7.3
1618
# Composer Cache
1719
# - name: Get Composer Cache Directory
1820
# id: composer-cache

0 commit comments

Comments
 (0)