Skip to content

Commit

Permalink
💚Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 12, 2022
1 parent fce8c01 commit 2f2b2f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 7.4]
laravel: [9.*, 8.*, 7.*]
php: [7.4]
laravel: [8.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
php: 8.1
testbench: 7.*
php: 8.1
- laravel: 8.*
php: 7.4
testbench: 6.*
- laravel: 7.*
php: 7.4
testbench: 5.*

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

0 comments on commit 2f2b2f4

Please sign in to comment.