Skip to content

Commit 90b8a4b

Browse files
Merge pull request #39 from TheDragonCode/patch/2024-03-04/16-51
Added running tests under PHP 8.3
2 parents 5613b17 + 0dfc5c2 commit 90b8a4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]
12+
php: [ "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
1313
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
1414
exclude:
1515
- laravel: "6.0"
@@ -18,12 +18,18 @@ jobs:
1818
- laravel: "6.0"
1919
php: "8.2"
2020

21+
- laravel: "6.0"
22+
php: "8.3"
23+
2124
- laravel: "7.0"
2225
php: "8.1"
2326

2427
- laravel: "7.0"
2528
php: "8.2"
2629

30+
- laravel: "7.0"
31+
php: "8.3"
32+
2733
- laravel: "9.0"
2834
php: "7.3"
2935

0 commit comments

Comments
 (0)