Skip to content

Commit 2b81e76

Browse files
committed
Drop PHP 7 and Symfony 4.4
1 parent e58f714 commit 2b81e76

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,22 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14-
- '7.3'
15-
- '7.4'
16-
- '8.0'
1714
- '8.1'
1815
- '8.2'
1916
- '8.3'
2017
dependency:
2118
- ''
2219
symfony:
23-
- '4.4.*'
2420
- '5.4.*'
21+
- '6.3.*'
22+
- '6.4.*'
23+
- '7.0.*'
2524
include:
26-
- php: '7.3'
27-
symfony: '4.4.*'
25+
- php: '8.1'
26+
symfony: '5.4.*'
2827
dependency: 'lowest'
29-
- php: '8.0'
30-
symfony: '6.0.*'
28+
exclude:
3129
- php: '8.1'
32-
symfony: '6.4.*'
33-
- php: '8.2'
3430
symfony: '7.0.*'
3531
fail-fast: false
3632
steps:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.3 || ^8.0",
17-
"matthiasnoback/symfony-config-test": "^5.0",
18-
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0 || ^7.0",
19-
"symfony/config": "^4.4 || ^5.3 || ^6.0 || ^7.0",
20-
"symfony/yaml": "^4.4 || ^5.3 || ^6.0 || ^7.0"
16+
"php": "^8.1",
17+
"matthiasnoback/symfony-config-test": "^^5.0",
18+
"symfony/dependency-injection": "^5.3 || ^6.0 || ^7.0",
19+
"symfony/config": "^5.3 || ^6.0 || ^7.0",
20+
"symfony/yaml": "^5.3 || ^6.0 || ^7.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^9.6 || ^10.0"

0 commit comments

Comments
 (0)