Skip to content

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 18, 2024
1 parent b8d807e commit d12b0b6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
php: [8.3, 8.2]
laravel: [11.*]
stability: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: 3.*
collision: 8.*
- laravel: 10.*
testbench: 8.*
carbon: 2.*
collision: 7.*
exclude:
- laravel: 11.*
php: 8.1
Expand Down

0 comments on commit d12b0b6

Please sign in to comment.