Skip to content

Commit

Permalink
Try adding Laravel 10 tests again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 13, 2024
1 parent 7c335d7 commit 29ed254
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2]
laravel: [11.*]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.25.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^3.0
- laravel: 10.25.*
testbench: 8.*
carbon: 2.*
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down

0 comments on commit 29ed254

Please sign in to comment.