Skip to content

Commit

Permalink
Added Laravel 10.* support
Browse files Browse the repository at this point in the history
  • Loading branch information
SiroDiaz committed Apr 1, 2023
1 parent e99565c commit 7b841f0
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 227 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4,8.0]
laravel: [8.*,9.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
php: [8.0,8.1,8.2]
laravel: [9.*,10.*]
stability: [prefer-stable]
include:
- laravel: 8.*
testbench: ^6.6
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
exclude:
- laravel: 9.*
php: 7.4
- laravel: 10.*
php: 8.0

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

Expand Down
Loading

0 comments on commit 7b841f0

Please sign in to comment.