Skip to content

Commit

Permalink
[1.x] Finish L11 support (#126)
Browse files Browse the repository at this point in the history
* Adds L11 support

* Fixes test suite
  • Loading branch information
nunomaduro authored Dec 2, 2023
1 parent 82abdd0 commit 9a959c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11

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

Expand Down Expand Up @@ -52,7 +55,10 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"spatie/once": "^3.1"
},
"require-dev": {
"orchestra/testbench": "^8.6.0",
"orchestra/testbench": "^8.6.0|^9.0",
"pestphp/pest": "^2.5",
"phpstan/phpstan": "^1.10"
},
Expand Down

0 comments on commit 9a959c3

Please sign in to comment.