Skip to content

Commit

Permalink
Add support for Laravel 9 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm authored Feb 9, 2022
1 parent 7e84b8a commit 89c1127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
matrix:
include:
- php: 8.1
Laravel: ^8.0
laravel: ^9.0
- php: 8.1
laravel: ^8.0
- php: 8.0
Laravel: ^8.0
- php: 7.4
Laravel: ^8.0
- php: 7.4
Laravel: ^7.0
laravel: ^8.0

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"license": "MIT",
"minimum-stability": "stable",
"require": {
"laravel/framework": "^7|^8",
"laravel/framework": "^8|^9",
"spatie/sheets": "^1.7"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5",
"orchestra/testbench": "^5|^6.15",
"nunomaduro/collision": "^5|^6",
"orchestra/testbench": "^6.15|^7",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit 89c1127

Please sign in to comment.