Skip to content

Commit e40b194

Browse files
committed
Update CI: bump PHP to 8.4, Laravel to 12, and Testbench to 10
1 parent 2dfccc5 commit e40b194

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.3, 8.2 ]
12-
laravel: [ 11.* ]
11+
php: [ 8.4, 8.3 ]
12+
laravel: [ 12.* ]
1313
dependency-version: [ prefer-stable ]
1414
include:
15-
- laravel: 11.*
16-
testbench: 9.*
15+
- laravel: 12.*
16+
testbench: 10.*
1717

1818
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1919

0 commit comments

Comments
 (0)