Skip to content

Commit a740255

Browse files
author
Ilya Sakovich
authored
Update run-tests.yml
1 parent 5b6bd62 commit a740255

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on: [push]
55
jobs:
66
test:
77

8-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.4, 7.3, 7.2, 7.1]
12+
php: [7.4, 7.3, 7.2]
1313
laravel: [7.*, 6.*, 5.8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15-
os: [ubuntu-latest, windows-latest]
1615
include:
1716
- laravel: 7.*
1817
testbench: 5.*
@@ -21,7 +20,7 @@ jobs:
2120
- laravel: 5.8.*
2221
testbench: 3.8.*
2322

24-
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
23+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2524

2625

2726
steps:

0 commit comments

Comments
 (0)