Skip to content

Commit

Permalink
feat: allow symfony 7 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 12, 2023
1 parent d0963d9 commit 5550a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- php-version: 8.2
symfony-version: "^7.0"
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
composer-flags: "false remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"

services:
mysql:
Expand Down

0 comments on commit 5550a84

Please sign in to comment.