Skip to content

Commit

Permalink
feat: allow symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 27, 2023
1 parent fa69c81 commit ad866b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- 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"
- php-version: 8.2
symfony-version: "^7.0"
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"

services:
mysql:
Expand Down

0 comments on commit ad866b7

Please sign in to comment.