chore: adjust CI to run cs-fixer only on PHP 7.4 or later
This commit is contained in:
parent
dd32a924c0
commit
d0fc066822
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -12,12 +12,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.2', '7.3', '7.4', '8.0']
|
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
|
||||||
cs-fixer: [ true ]
|
cs-fixer: [ true ]
|
||||||
include:
|
include:
|
||||||
- php-versions: '8.1'
|
- php-versions: '7.2'
|
||||||
cs-fixer: false
|
cs-fixer: false
|
||||||
- php-versions: '8.2'
|
- php-versions: '7.3'
|
||||||
cs-fixer: false
|
cs-fixer: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue