Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
👷 Update tests matrix for Laravel 9
  • Loading branch information
wilsenhc committed Feb 10, 2022
commit 086eaef67c51c2ab9c10000a4b4077352e7af7ce
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.3, 7.4, 8.0, 8.1]
laravel: [6.*, 7.*, 8.*]
laravel: [6.*, 7.*, 8.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 6.*
Expand All @@ -19,6 +19,8 @@ jobs:
testbench: 5.*
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
exclude:
- php: 8.1
laravel: 6.*
Expand All @@ -27,6 +29,10 @@ jobs:
- php: 8.1
laravel: 8.*
dependency-version: prefer-lowest
- php: 7.3
laravel: 9.*
- php: 7.4
laravel: 9.*

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

Expand Down