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 2fd549f commit f26dff5Copy full SHA for f26dff5
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install PHP cli + composer
25
run: |
26
sudo apt update
27
- sudo apt install php-cli unzip
+ sudo apt install php8.0-cli unzip
28
cd ~
29
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
30
HASH=`curl -sS https://composer.github.io/installer.sig`
0 commit comments