Skip to content

Commit 9a959c3

Browse files
authored
[1.x] Finish L11 support (#126)
* Adds L11 support * Fixes test suite
1 parent 82abdd0 commit 9a959c3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
php: [8.1, 8.2, 8.3]
23-
laravel: [10]
23+
laravel: [10, 11]
24+
exclude:
25+
- php: 8.1
26+
laravel: 11
2427

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

@@ -52,7 +55,10 @@ jobs:
5255
fail-fast: true
5356
matrix:
5457
php: [8.1, 8.2, 8.3]
55-
laravel: [10]
58+
laravel: [10, 11]
59+
exclude:
60+
- php: 8.1
61+
laravel: 11
5662

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"spatie/once": "^3.1"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^8.6.0",
30+
"orchestra/testbench": "^8.6.0|^9.0",
3131
"pestphp/pest": "^2.5",
3232
"phpstan/phpstan": "^1.10"
3333
},

0 commit comments

Comments
 (0)