Skip to content

Commit

Permalink
Merge pull request #107 from laravel/driesvints-patch-1
Browse files Browse the repository at this point in the history
PHP 8.3 build
  • Loading branch information
driesvints authored Sep 8, 2023
2 parents 279018a + 140d3e8 commit 0e353c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10]

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

0 comments on commit 0e353c3

Please sign in to comment.