Skip to content

Commit

Permalink
L9
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 13, 2022
1 parent 508092f commit b5e9e49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ jobs:
- laravel: 6.*
testbench: 4.*
exclude:
- laravel: 6.*
php: 8.1
- laravel: 7.*
php: 8.1
- laravel: 8.*
php: 7.2
- laravel: 9.*
php: [7.4, 7.3, 7.2]
php: 7.4
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.2

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

Expand Down

0 comments on commit b5e9e49

Please sign in to comment.