Skip to content

Commit

Permalink
Merge pull request #609 from alexislefebvre/ci-use-symfony-5.4-instea…
Browse files Browse the repository at this point in the history
…d-of-5.3

CI: use symfony 5.4 instead of 5.3, add PHP 8.1 and 8.2
  • Loading branch information
alexislefebvre authored Jan 15, 2023
2 parents 1387d94 + 0fbc0cf commit 07f5dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
composer-flags: ['']
symfony-version: ['^5.3']
symfony-version: ['^5.4']
include:
- php-version: 7.2
symfony-version: "^4.4"
Expand Down

0 comments on commit 07f5dcb

Please sign in to comment.