Skip to content

Commit 07970dd

Browse files
committed
Update GitHub Actions for Laravel 13
1 parent d6ffd0b commit 07970dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [8.5, 8.4, 8.3]
19-
laravel: ['11.*', '12.*']
19+
laravel: ['11.*', '12.*', '13.*']
2020
dependency-version: [prefer-stable]
2121
os: [ubuntu-latest]
2222
include:
2323
- laravel: 12.*
2424
testbench: ^10.0
2525
- laravel: 11.*
2626
testbench: ^9.0
27+
- laravel: 13.*
28+
testbench: ^11.0
2729

2830
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2931

0 commit comments

Comments
 (0)