Skip to content

Commit

Permalink
Merge pull request #23 from eXolnet/feature/drop-php8.0-support
Browse files Browse the repository at this point in the history
build(deps): drop php 8.0 support
  • Loading branch information
xel1045 authored Mar 26, 2024
2 parents 0959a8f + f667d7b commit 319688a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
- php: 8.2
laravel: 9.*
dependency-version: prefer-lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"illuminate/database": "^9.0|^10.0"
},
"require-dev": {
Expand Down

0 comments on commit 319688a

Please sign in to comment.