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:
|
||||
fail-fast: false
|
||||
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 ]
|
||||
include:
|
||||
- php-versions: '8.1'
|
||||
- php-versions: '7.2'
|
||||
cs-fixer: false
|
||||
- php-versions: '8.2'
|
||||
- php-versions: '7.3'
|
||||
cs-fixer: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue