Skip to content

Commit

Permalink
Fix github workflow for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Oct 22, 2024
1 parent 6747799 commit bcbecf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1]
php: [8.2]
laravel: [^10]
stability: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.3]
laravel: [^11]
php: [8.2]
laravel: [^10]
stability: [prefer-stable]

steps:
Expand Down

0 comments on commit bcbecf1

Please sign in to comment.