Skip to content

Commit 1287822

Browse files
authored
Update Laravel versions in CI workflow
1 parent 9584a99 commit 1287822

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'composer.lock'
1212
pull_request:
1313
branches: [ "main", "develop" ]
14+
1415
jobs:
1516
test:
1617
runs-on: ${{ matrix.os }}
@@ -20,9 +21,12 @@ jobs:
2021
matrix:
2122
os: [ubuntu-latest]
2223
php: [8.3, 8.2]
23-
laravel: [11.*, 10.*]
24+
laravel: [12.*, 11.*, 10.*]
2425
stability: [prefer-stable]
2526
include:
27+
- laravel: 12.*
28+
testbench: 10.*
29+
carbon: ^2.63
2630
- laravel: 11.*
2731
testbench: 9.*
2832
carbon: ^2.63

0 commit comments

Comments
 (0)