Skip to content

Commit

Permalink
chore: test symfony 5.4 on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Nov 2, 2023
1 parent 3b71a26 commit 7025f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- php-version: 7.4
# add a specific job to test 5.4 for all Symfony packages
symfony-version: "^5.4"
- php-version: 8.1
# add a specific job to test ^5.4 for all Symfony packages
symfony-version: "^5.4"
- php-version: 8.1
# add a specific job to test ^6.3 for all Symfony packages
symfony-version: "^6.3"
- php-version: 8.1
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
- php-version: 8.2
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
Expand Down

0 comments on commit 7025f6c

Please sign in to comment.