Skip to content

Commit 57ef929

Browse files
authored
Merge pull request #474 from stof/bump_php
Drop support for PHP 7.2 and 7.3
2 parents 1ce277e + c1ddcc5 commit 57ef929

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
44+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
4545
name_suffix: ['']
4646
stability: ['stable']
4747
composer_flags: ['']
4848
include:
49-
- php: '7.2'
49+
- php: '7.4'
5050
name_suffix: ' (lowest deps)'
5151
stability: 'stable'
5252
composer_flags: '--prefer-lowest'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2.5 || ^8.0",
15+
"php": "^7.4 || ^8.0",
1616
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
1717
"symfony/config": "^5.4 || ^6.0 || ^7.0",
1818
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)