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 24, 2023
1 parent 3703c50 commit dd3fd39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ 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 v${{ matrix.laravel }}

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit dd3fd39

Please sign in to comment.