Skip to content

Commit

Permalink
chore: test on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Nov 28, 2023
1 parent 59cb62b commit 38d0b48
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.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9, 10 ]
exclude:
- php: 8.3
laravel: 9

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

Expand Down

0 comments on commit 38d0b48

Please sign in to comment.