Skip to content

Commit

Permalink
💚 Fix laravel and php version in tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahNxT committed Sep 3, 2024
1 parent 699d1e3 commit 0b37339
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 @@ -13,11 +13,11 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [10.*]
php: [8.3, 8.2]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 8.*
carbon: ^2.63

Expand Down

0 comments on commit 0b37339

Please sign in to comment.