Skip to content

Commit 08a6880

Browse files
authored
PHP 8.3 (#167)
1 parent c051f5c commit 08a6880

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
19+
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
2020
laravel: [6, 7, 8, 9, 10]
2121
exclude:
2222
- php: 7.2
@@ -45,6 +45,14 @@ jobs:
4545
laravel: 7
4646
- php: 8.2
4747
laravel: 8
48+
- php: 8.3
49+
laravel: 6
50+
- php: 8.3
51+
laravel: 7
52+
- php: 8.3
53+
laravel: 8
54+
- php: 8.3
55+
laravel: 9
4856

4957
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
5058

0 commit comments

Comments
 (0)