Skip to content

Commit faca244

Browse files
committed
ci: run tests against laravel 12 and php 8.4
1 parent de30cbc commit faca244

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
php: [8.1, 8.2, 8.3]
11-
laravel: [10.*, 11.*]
10+
php: [8.1, 8.2, 8.3, 8.4]
11+
laravel: [10.*, 11.*, 11.*]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest]
1414
include:
1515
- laravel: 10.*
1616
testbench: ^8.0
1717
- laravel: 11.*
1818
testbench: ^9.0
19+
- laravel: 12.*
20+
testbench: ^10.0
1921
exclude:
2022
- php: 8.1
2123
laravel: 11.*

0 commit comments

Comments
 (0)