Skip to content

Commit

Permalink
test on php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Nov 25, 2024
1 parent 3a13800 commit 6d20805
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 @@ -20,8 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.2, 8.3 ]
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 10, 11 ]
exclude:
- laravel: "10"
php: 8.4

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

Expand Down

0 comments on commit 6d20805

Please sign in to comment.