Update release.yml

This commit is contained in:
Julian Prieber 2023-08-04 19:47:20 +02:00
parent 2fd549f95c
commit f26dff554a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install PHP cli + composer
run: |
sudo apt update
sudo apt install php-cli unzip
sudo apt install php8.0-cli unzip
cd ~
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
HASH=`curl -sS https://composer.github.io/installer.sig`