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 d9df768 commit 9f4b2bb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
stability: [prefer-stable]
laravel: ["11.x-dev", ^10.0]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.20
- laravel: 11.*
testbench: ^9.0
exclude:
- laravel: "11.x-dev"
php: 8.1
- php: 8.1
laravel: 11.*

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

steps:
- name: Checkout code
Expand Down

0 comments on commit 9f4b2bb

Please sign in to comment.