Skip to content

Commit 55c098b

Browse files
committed
up
1 parent a8c98b5 commit 55c098b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/run-tests.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
13-
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0"]
13+
laravel: ["^6.0", "^7.0", "^8.0", "^9.0", "^10.0", "^11.0"]
1414
exclude:
1515
- php: "8.0"
1616
laravel: "^10.0"
@@ -44,7 +44,16 @@ jobs:
4444
laravel: "^6.0"
4545
- php: "8.1"
4646
laravel: "^6.0"
47-
47+
- laravel: "11.0"
48+
php: "7.2"
49+
- laravel: "11.0"
50+
php: "7.3"
51+
- laravel: "11.0"
52+
php: "7.4"
53+
- laravel: "11.0"
54+
php: "8.0"
55+
- laravel: "11.0"
56+
php: "8.1"
4857
name: "PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}"
4958

5059
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)