Skip to content

Commit

Permalink
Merge pull request #29 from rickselby/laravel-9
Browse files Browse the repository at this point in the history
Support Laravel 9
  • Loading branch information
rickselby authored Oct 8, 2022
2 parents 053a810 + 3cc6355 commit 4d6e516
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
laravel: [6.*, 7.*, 8.*]
php: [7.3, 7.4, 8.0, 8.1]
laravel: [7.*, 8.*, 9.*]
exclude:
- php: 8.0
laravel: 5.8.*
- php: 7.3
laravel: 9.*
- php: 7.4
laravel: 9.*
- php: 8.1
laravel: 6.*
- php: 8.1
laravel: 7.*
- php: 8.2
laravel: 6.*
- php: 8.2
laravel: 7.*

name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"laravel/framework": "6.*|7.*|8.*"
"laravel/framework": "7.*|8.*|9.*"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
Expand Down

0 comments on commit 4d6e516

Please sign in to comment.