Skip to content

Commit 13f4961

Browse files
Added PHP 8.3
1 parent 1b58906 commit 13f4961

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
14+
php: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
1515
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
1616
exclude:
1717
- laravel: "6.0"
@@ -20,18 +20,27 @@ jobs:
2020
- laravel: "6.0"
2121
php: "8.2"
2222

23+
- laravel: "6.0"
24+
php: "8.3"
25+
2326
- laravel: "7.0"
2427
php: "8.1"
2528

2629
- laravel: "7.0"
2730
php: "8.2"
2831

32+
- laravel: "7.0"
33+
php: "8.3"
34+
2935
- laravel: "8.0"
3036
php: "7.2"
3137

3238
- laravel: "8.0"
3339
php: "8.2"
3440

41+
- laravel: "8.0"
42+
php: "8.3"
43+
3544
- laravel: "9.0"
3645
php: "7.2"
3746

@@ -41,6 +50,9 @@ jobs:
4150
- laravel: "9.0"
4251
php: "7.4"
4352

53+
- laravel: "9.0"
54+
php: "8.3"
55+
4456
- laravel: "10.0"
4557
php: "7.2"
4658

0 commit comments

Comments
 (0)