Skip to content

Commit

Permalink
test with symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 1, 2023
1 parent d4fb951 commit 9b9dfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
db:
- mysql
- pgsql
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctrine/dbal": "^3.0",
"phpcr/phpcr": "~2.1.5",
"phpcr/phpcr-utils": "^1.8.0",
"jackalope/jackalope": "^2.0.0-beta2",
"jackalope/jackalope": "dev-symfony-7 as 2.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"provide": {
Expand All @@ -35,7 +35,7 @@
"psr/log": "^1 || ^2 || ^3",
"phpcr/phpcr-api-tests": "2.1.22",
"phpunit/phpunit": "^9.0",
"symfony/cache": "^5.4 || ^6.2",
"symfony/cache": "^5.4 || ^6.2 || ^7.0",
"phpstan/phpstan": "1.10.x-dev"
},
"autoload": {
Expand Down

0 comments on commit 9b9dfcb

Please sign in to comment.