Skip to content

Commit d7255fa

Browse files
authored
Merge pull request #4 from MacPaw/develop
Release
2 parents 5b9c4dd + c90dffc commit d7255fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
symfony-versions:
1919
- '6.4.*'
2020
- '7.0.*'
21+
- '7.3.*'
2122
include:
2223
- description: 'Log Code Coverage'
2324
php: '8.3'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=8.3",
1818
"macpaw/schema-context-bundle": "^1.0",
19-
"symfony/cache": "^7.3"
19+
"symfony/cache": "^6.4|^7.0"
2020
},
2121
"require-dev": {
2222
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)