Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Halil Cosdu committed Apr 16, 2024
1 parent 78c861b commit 4b5c2f0
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 @@ -18,11 +18,11 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.3, 8.2 ]
laravel: [ 11.*,10.* ]
laravel: [ 11.*, 10.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: [ 11.*,10.* ]
testbench: [8.*,9.*]
- laravel: 10.*
testbench: 9.*
carbon: ^2.63

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

0 comments on commit 4b5c2f0

Please sign in to comment.