Skip to content

Commit 9703c5d

Browse files
committed
Update workflow
1 parent ec8af5a commit 9703c5d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ jobs:
1616
include:
1717
- php: 8.3
1818
env:
19-
LARAVEL: 11.*
19+
LARAVEL: 12.*
2020
TESTBENCH: 9.*
2121
- php: 8.4
2222
env:
23-
LARAVEL: 11.*
23+
LARAVEL: 12.*
2424
TESTBENCH: 9.*
2525
- php: 8.5
2626
env:
27-
LARAVEL: 11.*
27+
LARAVEL: 12.*
2828
TESTBENCH: 9.*
2929
- php: 8.3
3030
env:
31-
LARAVEL: 12.*
31+
LARAVEL: 13.*
3232
TESTBENCH: 10.*
3333
- php: 8.4
3434
env:
35-
LARAVEL: 12.*
35+
LARAVEL: 13.*
3636
TESTBENCH: 10.*
3737
- php: 8.5
3838
env:
39-
LARAVEL: 12.*
39+
LARAVEL: 13.*
4040
TESTBENCH: 10.*
4141

4242
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)