Merge branch 'hotfix/php-version' into develop

This commit is contained in:
Björn Fromme
2021-09-08 07:56:06 +02:00
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4
- name: Install dependencies
run: composer install --prefer-dist --no-progress