Skip to content

Commit

Permalink
Explicit requirements for Symfony ^5 / ^6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Nov 2, 2023
1 parent 7c328f0 commit ef8ea36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
include:
- operating-system: 'ubuntu-20.04'
php-version: '7.4'
job-description: 'tests'
job-description: 'tests with Symfony ^5'
run-tests: 'yes'
execute-flex-with-symfony-version: '^5' # explicit check for Symfony 5.x compatibility

- operating-system: 'ubuntu-20.04'
php-version: '7.4'
Expand Down Expand Up @@ -51,13 +52,13 @@ jobs:

- operating-system: 'ubuntu-20.04'
php-version: '8.1'
job-description: 'Fixer'
job-description: 'Fixer with Symfony ^6'
fixer-mode: 'standard'
execute-flex-with-symfony-version: '^6' # explicit check for Symfony 6.x compatibility

- operating-system: 'ubuntu-20.04'
php-version: '8.1'
job-description: 'tests'
job-description: 'tests with Symfony ^6'
run-tests: 'yes'
execute-flex-with-symfony-version: '^6' # explicit check for Symfony 6.x compatibility

Expand Down

0 comments on commit ef8ea36

Please sign in to comment.