Skip to content

Commit

Permalink
Adjust php and laravel test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Mar 6, 2024
1 parent 17b1e47 commit 698aafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0]
laravel: [^9.0, ^10.0, ^11.0]
php: [8.1]
laravel: [^10.0, ^11.0]
operating-system:
- "macos-latest"
- "ubuntu-latest"
Expand Down

0 comments on commit 698aafc

Please sign in to comment.