Adopt php version of prod env in GitHub action

This commit is contained in:
Björn Fromme
2021-09-08 07:56:02 +02:00
parent f05f683ba1
commit 21563bf76f
+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