Skip to content

Commit

Permalink
Make compatible with Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Dec 7, 2023
1 parent f0880fe commit d898574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
dependency-version: [lowest, highest]
exclude:
- php: 8.1
dependency-version: lowest
- php: 8.2
dependency-version: lowest
- php: 8.3
dependency-version: lowest
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0"
"php": "^8.1",
"illuminate/support": "^10.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.5.1|^6.0",
Expand Down

0 comments on commit d898574

Please sign in to comment.