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:
parent
fda483a98b
commit
e82114cfee
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user