We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6bd62 commit a740255Copy full SHA for a740255
.github/workflows/run-tests.yml
@@ -5,14 +5,13 @@ on: [push]
5
jobs:
6
test:
7
8
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [7.4, 7.3, 7.2, 7.1]
+ php: [7.4, 7.3, 7.2]
13
laravel: [7.*, 6.*, 5.8.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
- os: [ubuntu-latest, windows-latest]
16
include:
17
- laravel: 7.*
18
testbench: 5.*
@@ -21,7 +20,7 @@ jobs:
21
20
- laravel: 5.8.*
22
testbench: 3.8.*
23
24
- name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
26
27
steps:
0 commit comments