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 bf781bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Symfony 5.4 requires PHP >= 7.2, it will be installed on PHP 7.4
# Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
php-version: ['8.0']
php-version: ['8.2']
composer-flags: ['']
symfony-version: ['']
include:
Expand All @@ -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 bf781bc

Please sign in to comment.