Skip to content

Commit 2373b44

Browse files
loic425dbu
authored andcommitted
Add support for Symfony 8
1 parent 0872ebe commit 2373b44

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/test-application.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
symfony-version: '7.*'
5252
jackalope-version: '2.*'
5353
php-bench: true
54+
- php-version: '8.4'
55+
dependencies: highest
56+
symfony-version: '8.*'
57+
jackalope-version: '2.*'
58+
php-bench: true
5459

5560
steps:
5661
- name: Checkout project

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"phpcr/phpcr-implementation": "^2.1",
2929
"phpcr/phpcr-utils": "^1.3.0 || ^2.0",
3030
"doctrine/instantiator": "^1.0.1 || ^2.0",
31-
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0",
31+
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
3232
"psr/cache": "^1.0 || ^2.0 || ^3.0"
3333
},
3434
"require-dev": {
3535
"liip/rmt": "^1.7.3",
3636
"phpunit/phpunit": "^9.6.15",
37-
"symfony/cache": "^5.4 || ^6.0.19 || ^7.0",
38-
"symfony/yaml": "^5.4 || ^6.0.19 || ^7.0",
39-
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0"
37+
"symfony/cache": "^5.4 || ^6.0.19 || ^7.0 || ^8.0",
38+
"symfony/yaml": "^5.4 || ^6.0.19 || ^7.0 || ^8.0",
39+
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0 || ^8.0"
4040
},
4141
"suggest": {
4242
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
4343
"jackalope/jackalope-jackrabbit": "^1.3 || ^2.0",
44-
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
44+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
4545
},
4646
"conflict": {
4747
"jackalope/jackalope-doctrine-dbal": "<1.1.5",

0 commit comments

Comments
 (0)