Skip to content

Commit

Permalink
Minor fix in version exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasali authored Apr 9, 2024
1 parent e34f6c6 commit e4fcded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
laravel: [^8.0, ^9.0, ^10.0, ^11.0]
exclude:
- php: 8.1
laravel: 11.0
laravel: ^11.0

name: Run Test (P${{ matrix.php }} - L${{ matrix.laravel }})

Expand Down

0 comments on commit e4fcded

Please sign in to comment.