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 2, 2023
1 parent 876bdd9 commit 55e9015
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
symfony-version: '6.*'
jackalope-version: '2.*'
php-bench: true
- php-version: '8.3'
dependencies: highest
symfony-version: '7.*'
jackalope-version: '2.0@dev'

steps:
- name: Checkout project
Expand Down Expand Up @@ -148,6 +152,10 @@ jobs:
symfony-version: '6.*'
jackalope-version: '2.*'
php-bench: true
- php-version: '8.3'
dependencies: highest
symfony-version: '7.*'
jackalope-version: '2.0@dev'

steps:
- name: Checkout project
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
{"name":"David Buchmann", "email":"[email protected]"},
{"name":"Lukas Kahwe Smith", "email":"[email protected]"}
],
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
Expand All @@ -30,20 +29,20 @@
"doctrine/persistence": "^2.4",
"phpcr/phpcr": "^2.1.1",
"phpcr/phpcr-implementation": "^2.1",
"phpcr/phpcr-utils": "^1.3.0",
"phpcr/phpcr-utils": "^1.3.0 || ^2.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",
"liip/rmt": "^1.3",
"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": "dev-symfony-7 as 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 55e9015

Please sign in to comment.