Skip to content

Commit

Permalink
Drop support for PHP 7.2 and 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 13, 2024
1 parent 1ce277e commit c1ddcc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
name_suffix: ['']
stability: ['stable']
composer_flags: ['']
include:
- php: '7.2'
- php: '7.4'
name_suffix: ' (lowest deps)'
stability: 'stable'
composer_flags: '--prefer-lowest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"php": "^7.4 || ^8.0",
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
Expand Down

0 comments on commit c1ddcc5

Please sign in to comment.