Skip to content

Commit

Permalink
run tests with Symfony 6.3 stable, 6.4 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Aug 6, 2023
1 parent 94b8a01 commit bbba903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
php: '8.1'
SYMFONY_VERSION: '5.4.*'
-
php: '8.2'
php: '8.1'
SYMFONY_VERSION: '6.3.*'
-
php: '8.2'
SYMFONY_VERSION: '6.4.*'
MIN_STABILITY: 'dev'
allow-failure: true

Expand Down

0 comments on commit bbba903

Please sign in to comment.