Skip to content

Commit

Permalink
Update test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor committed Mar 1, 2024
1 parent bd731fe commit d9df768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
stability: [prefer-stable]
laravel: ['11.0', ^10.0]
laravel: ["11.x-dev", ^10.0]
exclude:
- laravel: '11.0'
- laravel: "11.x-dev"
php: 8.1

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.laravel }}
Expand Down

0 comments on commit d9df768

Please sign in to comment.