Skip to content

Commit 30e23b0

Browse files
authored
PHP 8.3 (#1689)
1 parent 5e9e4b8 commit 30e23b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: ['8.0', 8.1, 8.2]
19+
php: ['8.0', 8.1, 8.2, 8.3]
2020
laravel: [9, 10]
2121
exclude:
2222
- php: '8.0'
2323
laravel: 10
24+
- php: 8.3
25+
laravel: 9
2426

2527
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2628

0 commit comments

Comments
 (0)