Skip to content

Commit f079240

Browse files
committed
Update run-tests.yml
1 parent 78c1f53 commit f079240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.2, 8.3, 8.4]
15+
php: [8.2 8.3, 8.4]
1616
include:
1717
- php: 8.4
1818
laravel: 12.*
@@ -23,8 +23,8 @@ jobs:
2323
testbench: 9.*
2424

2525
- php: 8.2
26-
laravel: 10.*
27-
testbench: 8.*
26+
laravel: 11.*
27+
testbench: 9.*
2828

2929
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3030

0 commit comments

Comments
 (0)