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 Jan 8, 2024
1 parent fb63b78 commit 689669c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- php-version: '8.2'
dependencies: highest
symfony-version: '6.*'
- php-version: '8.2'
- php-version: '8.3'
dependencies: highest
symfony-version: '6.*'
symfony-version: '7.*'
jackalope-version: '2.*'
php-bench: true

Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
- php-version: '8.2'
dependencies: highest
symfony-version: '6.*'
- php-version: '8.2'
- php-version: '8.3'
dependencies: highest
symfony-version: '6.*'
symfony-version: '7.*'
jackalope-version: '2.*'
php-bench: true

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Changelog

* Allow using `doctrine/persistence`

Dropped support for PHP < 7.4 and Symfony < 5.4.
* Added support for Symfony 7. Dropped support for PHP < 8.0 and Symfony < 5.4.

1.x
===
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,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": "^1.7.3",
"phpunit/phpunit": "^9.6.15"
},
"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 689669c

Please sign in to comment.