Skip to content

Commit

Permalink
Update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 6, 2024
1 parent 1fb0bbf commit 8d2f3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
laravel: [ ^10.0, ^11.0 ]
dependency-version: [ --prefer-lowest --prefer-stable, '' ]
include:
- laravel: ^11.0
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
laravel: [ ^10.0, ^11.0 ]
dependency-version: [ --prefer-lowest --prefer-stable, '' ]
include:
- laravel: ^11.0
Expand Down

0 comments on commit 8d2f3ab

Please sign in to comment.