Skip to content

Commit

Permalink
[5.x] Run tests on PHP 8.3 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Oct 30, 2023
1 parent a66d558 commit db295e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/breeze-stub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10 ]
stack: [ blade, livewire, "livewire-functional", react, vue, react-ts, vue-ts ]
tester: [ phpunit, pest ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/filament-stub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10 ]

name: Test Filament Stubs - PHP ${{matrix.php }} – Laravel ${{ matrix.laravel }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetstream-stub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10 ]
stack: [ inertia, livewire ]
tester: [ phpunit, pest ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10 ]

name: Run Tests – PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
Expand Down

0 comments on commit db295e4

Please sign in to comment.