Skip to content

Commit 6462791

Browse files
Reverse PHP8.5 support
1 parent bc8462e commit 6462791

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

.github/workflows/run-tests.yml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,19 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
os: [ubuntu-latest]
17+
php: [8.4]
18+
laravel: [11.*, 12.*]
1719
include:
18-
- php: 8.4
19-
laravel: "11.*"
20-
testbench: "9.*"
21-
carbon: "^3.5"
22-
contracts: "^11.0"
23-
collision: "^8.0"
24-
- php: 8.4
25-
laravel: "12.*"
26-
testbench: "10.*"
27-
carbon: "^3.5"
28-
contracts: "^12.0"
29-
collision: "^8.0"
30-
- php: 8.5
31-
laravel: "12.*"
32-
testbench: "10.*"
33-
carbon: "^3.5"
34-
contracts: "^12.0"
35-
collision: "^8.0"
20+
- laravel: 11.*
21+
testbench: 9.*
22+
carbon: ^3.5
23+
contracts: ^11.0
24+
collision: ^8.0
25+
- laravel: 12.*
26+
testbench: 10.*
27+
carbon: ^3.5
28+
contracts: ^12.0
29+
collision: ^8.0
3630

3731
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3832

0 commit comments

Comments
 (0)