Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sakovich authored Mar 3, 2020
1 parent 5b6bd62 commit a740255
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on: [push]
jobs:
test:

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [7.4, 7.3, 7.2, 7.1]
php: [7.4, 7.3, 7.2]
laravel: [7.*, 6.*, 5.8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
include:
- laravel: 7.*
testbench: 5.*
Expand All @@ -21,7 +20,7 @@ jobs:
- laravel: 5.8.*
testbench: 3.8.*

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


steps:
Expand Down

0 comments on commit a740255

Please sign in to comment.