We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82abdd0 commit 9a959c3Copy full SHA for 9a959c3
.github/workflows/tests.yml
@@ -20,7 +20,10 @@ jobs:
20
fail-fast: true
21
matrix:
22
php: [8.1, 8.2, 8.3]
23
- laravel: [10]
+ laravel: [10, 11]
24
+ exclude:
25
+ - php: 8.1
26
+ laravel: 11
27
28
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
29
@@ -52,7 +55,10 @@ jobs:
52
55
53
56
54
57
58
59
60
61
62
63
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} Windows
64
composer.json
@@ -27,7 +27,7 @@
"spatie/once": "^3.1"
},
"require-dev": {
30
- "orchestra/testbench": "^8.6.0",
+ "orchestra/testbench": "^8.6.0|^9.0",
31
"pestphp/pest": "^2.5",
32
"phpstan/phpstan": "^1.10"
33
0 commit comments