Skip to content

Commit

Permalink
Merge pull request #250 from stof/bump_php
Browse files Browse the repository at this point in the history
Bump the min PHP version to PHP 7.4
  • Loading branch information
stof authored Dec 21, 2024
2 parents e2aa8c9 + 787047a commit e10791e
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 @@ -24,11 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
operating-system: [ ubuntu-latest ]
composer_flags: [ '' ]
include:
- php: '7.2'
- php: '7.4'
composer_flags: '--prefer-lowest'
operating-system: ubuntu-latest
- php: '8.0'
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",
"ext-dom": "*",
"ext-libxml": "*",
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
Expand Down

0 comments on commit e10791e

Please sign in to comment.