1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

#10026 keep running phpcs and php lint with 7.4

This commit is contained in:
Thomas Bley 2023-07-21 22:46:46 +02:00
parent fda483a98b
commit e82114cfee

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '7.4'
tools: composer:v2
coverage: none
env:
@ -57,7 +57,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '7.4'
tools: composer:v2
coverage: none
env: