Skip to content

Commit 67e5146

Browse files
Test fix PHP 8
1 parent 0204a15 commit 67e5146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
echo "GitHub API key found."
2222
fi
2323
24+
- name: Setup PHP 8.0
25+
uses: shivammathur/setup-php@v2
26+
with:
27+
php-version: '8.0'
28+
tools: composer
29+
coverage: none
30+
2431
- name: Updating Dependencies + zip
2532
run: |
26-
cd ~
27-
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
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-
3333
cd /tmp
3434
mkdir linkstack
3535
cd linkstack

0 commit comments

Comments
 (0)