Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Feb 24, 2024
1 parent a7081a5 commit 7a41fd2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 11.*]
php: ["8.1", "8.2", "8.3"]
laravel: ["10.*", "11.*"]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.21
carbon: ^2.67
- laravel: 11.*
testbench: ^9.0
carbon: ^2.67
- laravel: "10.*"
testbench: "^8.21"
carbon: "^2.67"
- laravel: "11.*"
testbench: "^9.0"
carbon: "^3.0"
exclude:
- laravel: 11.*
php: 8.1
- laravel: "11.*"
php: "8.1"

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 7a41fd2

Please sign in to comment.