Skip to content

Commit 0e353c3

Browse files
authored
Merge pull request #107 from laravel/driesvints-patch-1
PHP 8.3 build
2 parents 279018a + 140d3e8 commit 0e353c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2]
22+
php: [8.1, 8.2, 8.3]
2323
laravel: [10]
2424

2525
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: true
5353
matrix:
54-
php: [8.1, 8.2]
54+
php: [8.1, 8.2, 8.3]
5555
laravel: [10]
5656

5757
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} Windows

0 commit comments

Comments
 (0)