We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcd751 commit 9dec21aCopy full SHA for 9dec21a
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
HASH=`curl -sS https://composer.github.io/installer.sig`
29
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
30
31
+ sudo update-alternatives --set php /usr/bin/php8.0
32
+
33
cd /tmp
34
mkdir linkstack
35
cd linkstack
@@ -50,7 +52,7 @@ jobs:
50
52
51
53
cp "../../version.json" "version.json"
54
- /usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
55
+ composer update --no-scripts
56
57
php artisan migrate
58
php artisan db:seed
0 commit comments