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 d61ee2a commit 4213e7eCopy full SHA for 4213e7e
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- laravel: 11.*
21
testbench: ^9.0
22
- laravel: 12.*
23
- testbench: ^9.0
+ testbench: ^10.0
24
25
name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
@@ -46,4 +46,4 @@ jobs:
46
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
47
48
- name: Execute tests
49
- run: vendor/bin/phpunit --testdox
+ run: vendor/bin/pest
0 commit comments