Skip to content

Commit

Permalink
Merge pull request #12 from savannabits/0.x-dev
Browse files Browse the repository at this point in the history
Further Tests workflow adjustment
  • Loading branch information
coolsam726 authored Apr 6, 2024
2 parents 49063b0 + b24e9ab commit 6813050
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 6813050

Please sign in to comment.