Skip to content

Commit 148e939

Browse files
authored
PHP 8.3 (#254)
1 parent 028e3f8 commit 148e939

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
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)