Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Feb 23, 2021
1 parent d3664cb commit 52ce0dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
- laravel: 6.*
testbench: 4.*
exclude:
# excludes laravel 6 on php8
# excludes laravel 6+7 on php8
- php: 8.0
laravel: [6.*,7.*]
laravel: 6.*
- php: 8.0
laravel: 7.*

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

Expand Down

0 comments on commit 52ce0dc

Please sign in to comment.