Skip to content

Commit

Permalink
feat: drop php7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocksheep committed Sep 19, 2023
1 parent 1280e56 commit 3d8a15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '8.0', '8.1' ]
stability: [ prefer-lowest, prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": ">=7.4|^8.0",
"php": "^8.0",
"goldspecdigital/oooas": "^2.8",
"justinrainbow/json-schema": "^5.2",
"laravel-json-api/hashids": "^1.1|^2.0",
Expand Down

0 comments on commit 3d8a15b

Please sign in to comment.