Skip to content

Commit

Permalink
Set min PHP version to 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Nov 30, 2024
1 parent 0fa8d46 commit a66cd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
name: PHP ${{ matrix.php-version }} on ${{ matrix.os }}

steps:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
],
"minimum-stability": "stable",
"require": {
"phpunit/phpunit": "5.7 - 9.5",
"antecedent/patchwork": "^2.0",
"lucatume/args": "^1.0"
"php": ">=7.1",
"phpunit/phpunit": "7.5 - 11.4",
"antecedent/patchwork": "^2.2.0",
"lucatume/args": "^1.0.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit a66cd4c

Please sign in to comment.