Skip to content

Commit 9dec21a

Browse files
committed
Update release.yml
1 parent 8bcd751 commit 9dec21a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
HASH=`curl -sS https://composer.github.io/installer.sig`
2929
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
3030
31+
sudo update-alternatives --set php /usr/bin/php8.0
32+
3133
cd /tmp
3234
mkdir linkstack
3335
cd linkstack
@@ -50,7 +52,7 @@ jobs:
5052
5153
cp "../../version.json" "version.json"
5254
53-
/usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
55+
composer update --no-scripts
5456
5557
php artisan migrate
5658
php artisan db:seed

0 commit comments

Comments
 (0)