Skip to content

Commit b9985b9

Browse files
authored
PHP 8.3 (#766)
1 parent 29b1b8e commit b9985b9

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,13 +16,15 @@ 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: 9
2424
- php: '8.0'
2525
laravel: 10
26+
- php: 8.3
27+
laravel: 9
2628

2729
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2830

0 commit comments

Comments
 (0)