Skip to content

Commit

Permalink
Minium PHP Version 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jan 8, 2024
1 parent 7d98610 commit 525fa63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"
- "8.0"
- "7.4"

services:
mysql:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-pdo": "*",
"byjg/anydataset-array": "4.9.*",
"psr/cache": "^1.0",
"psr/log": "^1.0",
"byjg/uri": "4.9.*",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/log": "^1.1|^2.0|^3.0",
"byjg/uri": "^5.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 525fa63

Please sign in to comment.