Skip to content

Commit

Permalink
Require php >=7.3
Browse files Browse the repository at this point in the history
phpunit/phpunit[9.6.16, ..., 9.6.19]
  • Loading branch information
Alexandr Smirnov committed Jun 25, 2024
1 parent fb14ae5 commit 1e51625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
phpunit: ['9.6.16']
# stability: [prefer-lowest, prefer-stable]
stability: [prefer-dist]
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "kohanaworld/hmmmath",
"description": "Collection of math related PHP functions (PHP >=7.2 <=8.3",
"license": "MIT",
"version": "0.9.0",
"authors": [
{
"name": "Lars Strojny",
Expand All @@ -24,7 +23,7 @@
}
},
"require": {
"php": "^7.1|^8.0"
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit 1e51625

Please sign in to comment.