Skip to content

Commit b5743b0

Browse files
authored
PHP 8.3 (#491)
1 parent 2ae4865 commit b5743b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 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.3, 7.4, '8.0', 8.1, 8.2]
19+
php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
2020
laravel: [8, 9, 10]
2121
exclude:
2222
- php: 7.3
@@ -29,6 +29,10 @@ jobs:
2929
laravel: 10
3030
- php: '8.0'
3131
laravel: 10
32+
- php: 8.3
33+
laravel: 8
34+
- php: 8.3
35+
laravel: 9
3236

3337
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3438

0 commit comments

Comments
 (0)