Skip to content

Commit

Permalink
Further Tests workflow adjustment
Browse files Browse the repository at this point in the history
- Use carbon ^2.72
  • Loading branch information
coolsam726 committed Apr 6, 2024
1 parent f7c73a3 commit b24e9ab
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 @@ -16,14 +16,14 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2]
os: [debian-latest, windows-latest]
php: [8.2, 8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
carbon: ^2.72

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

Expand Down

0 comments on commit b24e9ab

Please sign in to comment.