Skip to content

Commit a5020b9

Browse files
committed
update to Symfony 7.1
1 parent 0996d61 commit a5020b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Download dependencies
2323
uses: ramsey/composer-install@v1
24+
with:
25+
dependency-versions: highest
2426

2527
- name: Run tests
2628
run: ./bin/console cache:warmup --env dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"extra": {
9898
"symfony": {
9999
"allow-contrib": false,
100-
"require": "7.0.*"
100+
"require": "7.1.*"
101101
}
102102
},
103103
"minimum-stability": "dev",

0 commit comments

Comments
 (0)