Skip to content

Commit

Permalink
remove tests with php 8.3 and laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ph7jack committed Feb 19, 2024
1 parent 6ed4511 commit 1b1e82f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
exclude:
- php: 8.3
laravel: 9.*

name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}

Expand Down

0 comments on commit 1b1e82f

Please sign in to comment.