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 1ebfda3 commit 41dbf45Copy full SHA for 41dbf45
.github/workflows/run-tests.yml
@@ -20,6 +20,8 @@ jobs:
20
- laravel: 9.*
21
testbench: 7.*
22
carbon: ^2.63
23
+ - laravel: 10.*
24
+ testbench: 8.*
25
26
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27
composer.json
@@ -26,7 +26,7 @@
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
28
"nunomaduro/larastan": "^2.0.1",
29
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
30
"pestphp/pest": "^1.21",
31
"pestphp/pest-plugin-laravel": "^1.1",
32
"phpstan/extension-installer": "^1.1",
0 commit comments