Skip to content

Commit

Permalink
build: change minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocksheep committed Jan 31, 2025
1 parent a98ccc6 commit 02757bd
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: [ '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3' ]
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": "^8.0",
"php": "^8.1",
"goldspecdigital/oooas": "^2.8",
"justinrainbow/json-schema": "^5.2",
"laravel-json-api/hashids": "^1.1|^2.0|^3.0",
Expand Down

0 comments on commit 02757bd

Please sign in to comment.