Skip to content

Commit

Permalink
Increase matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Dec 16, 2020
1 parent 637dbfe commit 19595ae
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 @@ -11,11 +11,13 @@ jobs:

strategy:
matrix:
php: [8.0]
laravel: [8.*]
php: [8.0, 7.4]
laravel: [8.*, 7.*]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

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

Expand Down

0 comments on commit 19595ae

Please sign in to comment.