Skip to content

Commit 44add6f

Browse files
Added PHP 8.3
1 parent eb04574 commit 44add6f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 10 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: [ "8.0", "8.1", "8.2" ]
12+
php: [ "8.0", "8.1", "8.2", "8.3" ]
1313
laravel: [ "7.0", "8.0", "9.0", "10.0" ]
1414
exclude:
1515
- laravel: "7.0"
@@ -18,6 +18,15 @@ jobs:
1818
- laravel: "7.0"
1919
php: "8.2"
2020

21+
- laravel: "7.0"
22+
php: "8.3"
23+
24+
- laravel: "8.0"
25+
php: "8.3"
26+
27+
- laravel: "9.0"
28+
php: "8.3"
29+
2130
- laravel: "10.0"
2231
php: "8.0"
2332

0 commit comments

Comments
 (0)