Skip to content

Commit 8ccd0e8

Browse files
committed
add php 8.4 and laravel 12 to matrix
1 parent 32fc2ec commit 8ccd0e8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: ["7.2", "7.4", "8.0", "8.1", "8.2", "8.3"]
13-
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0", "^11.0"]
12+
php: ["7.2", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
13+
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0", "^11.0", "^12.0"]
1414
exclude:
1515
- php: "8.0"
1616
laravel: "^10.0"
@@ -48,6 +48,14 @@ jobs:
4848
laravel: "^11.0"
4949
- php: "8.1"
5050
laravel: "^11.0"
51+
- php: "7.2"
52+
laravel: "^12.0"
53+
- php: "7.4"
54+
laravel: "^12.0"
55+
- php: "8.0"
56+
laravel: "^12.0"
57+
- php: "8.1"
58+
laravel: "^12.0"
5159
name: "PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}"
5260

5361
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)