Skip to content

Commit 4213e7e

Browse files
committed
Update
1 parent d61ee2a commit 4213e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- laravel: 11.*
2121
testbench: ^9.0
2222
- laravel: 12.*
23-
testbench: ^9.0
23+
testbench: ^10.0
2424

2525
name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2626

@@ -46,4 +46,4 @@ jobs:
4646
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4747
4848
- name: Execute tests
49-
run: vendor/bin/phpunit --testdox
49+
run: vendor/bin/pest

0 commit comments

Comments
 (0)