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 Sep 19, 2023
1 parent f0640a0 commit 7a761d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
symfony-version: '6.*'
jackalope-version: '2.*'
php-bench: true
- php-version: '8.3'
dependencies: highest
symfony-version: '7.*@dev'
jackalope-version: '2.*'

steps:
- name: Checkout project
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"phpcr/phpcr-implementation": "^2.1",
"phpcr/phpcr-utils": "^1.3.0",
"doctrine/instantiator": "^1.0.1 || ^2.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"symfony/cache": "^5.4 || ^6.0.19",
"symfony/yaml": "^5.4 || ^6.0.19",
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19",
"symfony/cache": "^5.4 || ^6.0.19 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0.19 || ^7.0",
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0",
"liip/rmt": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
},
"suggest": {
"symfony/yaml": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
"jackalope/jackalope-jackrabbit": "^1.3 || ^2.0"
},
Expand Down

0 comments on commit 7a761d8

Please sign in to comment.