Skip to content

Commit

Permalink
update to Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 8, 2023
1 parent 0996d61 commit a5020b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Download dependencies
uses: ramsey/composer-install@v1
with:
dependency-versions: highest

- name: Run tests
run: ./bin/console cache:warmup --env dev
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.0.*"
"require": "7.1.*"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit a5020b9

Please sign in to comment.