Skip to content

Commit 24a6e34

Browse files
committed
feature #118 drop support for PHP 7.2 and 7.3 (xabbuh)
This PR was merged into the 0.2-dev branch. Discussion ---------- drop support for PHP 7.2 and 7.3 Commits ------- 2901373 drop support for PHP 7.2 and 7.3
2 parents 63cadb6 + 2901373 commit 24a6e34

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
strategy:
5151
matrix:
5252
php-version:
53-
- '7.2'
54-
- '7.3'
5553
- '7.4'
5654
- '8.0'
5755
- '8.1'
@@ -91,12 +89,9 @@ jobs:
9189
strategy:
9290
matrix:
9391
include:
94-
- php-version: '7.2'
92+
- php-version: '7.4'
9593
composer-options: '--prefer-lowest --prefer-stable'
9694
symfony-version: '4.4.*'
97-
- php-version: '7.2'
98-
- php-version: '7.3'
99-
composer-options: '--prefer-stable'
10095
- php-version: '7.4'
10196
composer-options: '--prefer-stable'
10297
symfony-version: '5.4.*'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* drop support for Symfony 5.3
8+
* drop support for PHP 7.2 and 7.3
89

910
0.2.0
1011
-----

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2||^8.0",
18+
"php": "^7.4||^8.0",
1919
"psr/container": "^1.0",
2020
"symfony/config": "^4.4||^5.4||^6.0",
2121
"symfony/dependency-injection": "^4.4||^5.4||^6.0",

0 commit comments

Comments
 (0)