Skip to content

Commit

Permalink
Merge branch 'main' of github.com:avocet-shores/laravel-rewind
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-cannon committed Jan 12, 2025
2 parents 31f022a + 6b98c1a commit 9ea567d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.4, 8.3]
laravel: [11.*, 10.*]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 9ea567d

Please sign in to comment.