Skip to content

Commit 4f19c54

Browse files
authored
Merge pull request #343 from dmaicher/symfony_8
Add Support for Symfony 8 and drop outdated versions
2 parents 19e6597 + 75fc225 commit 4f19c54

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,23 @@ jobs:
2121
- "8.2"
2222
- "8.3"
2323
- "8.4"
24+
- "8.5"
2425
dependencies:
2526
- "highest"
2627
- "lowest"
2728
remove-annotations:
2829
- "yes"
2930
- "no"
3031
symfony-require:
31-
- "^3.0"
32-
- "^4.0"
33-
- "^5.0"
34-
- "^6.0"
35-
- "^7.0"
32+
- "^5.4"
33+
- "^6.4"
34+
- "^7.3"
3635
exclude:
3736
- php-version: "8.1"
38-
symfony-require: "^7.0"
39-
- php-version: "8.4"
40-
symfony-require: "^3.0"
41-
- php-version: "8.4"
42-
symfony-require: "^4.0"
37+
symfony-require: "^7.3"
38+
include:
39+
- php-version: "8.5"
40+
symfony-require: "^8.0"
4341

4442
steps:
4543
- name: Checkout code

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.1",
2121
"jms/metadata": "^2.0",
2222
"jms/serializer": "^3.18.2",
23-
"symfony/expression-language": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
23+
"symfony/expression-language": "^5.4 || ^6.4 || ^7.3 || ^8.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^10.5.38",
@@ -31,8 +31,8 @@
3131
"phpdocumentor/type-resolver": "^1.5.1",
3232
"phpspec/prophecy-phpunit": "^2.0.1",
3333
"phpspec/prophecy": "^1.16",
34-
"symfony/routing": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
35-
"symfony/yaml": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
34+
"symfony/routing": "^5.4 || ^6.4 || ^7.3 || ^8.0",
35+
"symfony/yaml": "^5.4 || ^6.4 || ^7.3 || ^8.0",
3636
"twig/twig": "^1.43 || ^2.13 || ^3.0"
3737
},
3838
"suggest": {

0 commit comments

Comments
 (0)