Skip to content

Commit

Permalink
CI: Run Symfony 6 compat check on PHP 8.1 (#7383)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 22, 2023
1 parent 1041f8a commit 25da939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:

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

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

- operating-system: 'ubuntu-20.04'
php-version: '8.2'
Expand Down

0 comments on commit 25da939

Please sign in to comment.