Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit a8e5efc

Browse files
committed
WIP
1 parent 4a0e9bc commit a8e5efc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest ]
17-
php: [ 8.2, 8.3 ]
18-
laravel: [ 10.* ]
17+
php: [ 8.3 ]
18+
laravel: [ 11.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
2020
include:
21-
- laravel: 10.*
22-
testbench: 8.*
21+
- laravel: 11.*
22+
testbench: 9.*
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

0 commit comments

Comments
 (0)