Skip to content

Commit

Permalink
Support L9
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Feb 3, 2022
1 parent 7900a5a commit d125189
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0, 7.4]
laravel: [8.*]
php: [8.1, 8.0]
laravel: [8.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^8.71"
"php": "^8.0",
"illuminate/support": "^8.71|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"orchestra/testbench": "^6.23"
"orchestra/testbench": "^6.23|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d125189

Please sign in to comment.