Skip to content

Commit 3505deb

Browse files
committed
Revert "Update workflow"
This reverts commit 9703c5d.
1 parent 9703c5d commit 3505deb

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: 12.*
19+
LARAVEL: 11.*
2020
TESTBENCH: 9.*
2121
- php: 8.4
2222
env:
23-
LARAVEL: 12.*
23+
LARAVEL: 11.*
2424
TESTBENCH: 9.*
2525
- php: 8.5
2626
env:
27-
LARAVEL: 12.*
27+
LARAVEL: 11.*
2828
TESTBENCH: 9.*
2929
- php: 8.3
3030
env:
31-
LARAVEL: 13.*
31+
LARAVEL: 12.*
3232
TESTBENCH: 10.*
3333
- php: 8.4
3434
env:
35-
LARAVEL: 13.*
35+
LARAVEL: 12.*
3636
TESTBENCH: 10.*
3737
- php: 8.5
3838
env:
39-
LARAVEL: 13.*
39+
LARAVEL: 12.*
4040
TESTBENCH: 10.*
4141

4242
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)