Skip to content

Commit e8f1e68

Browse files
committed
Fix GitHub Actions workflow for Laravel 12 compatibility
Update Orchestra Testbench version to v10 for Laravel 12 matrix builds
1 parent 8349163 commit e8f1e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- laravel: 11.*
2222
testbench: ^9.0
2323
- laravel: 12.*
24-
testbench: ^9.0
24+
testbench: ^10.0
2525

2626
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2727

0 commit comments

Comments
 (0)