Skip to content

Commit 7f77cc6

Browse files
author
Ryan Munro
committed
more matrix
1 parent 28c120d commit 7f77cc6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
16-
1714
strategy:
1815
matrix:
16+
platform: [ubuntu-latest, macos-latest, windows-latest]
1917
node-version: [4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x]
20-
python-version: [2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8]
18+
python-version: [ 2.7, 3.6, 3.7, 3.8]
19+
# 2.6, 3.2, 3.3, 3.4, 3.5,
20+
runs-on: ${{ matrix.platform }}
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }}
@@ -32,4 +32,3 @@ jobs:
3232
- run: npm install -d
3333
# - run: npm run build --if-present
3434
- run: npm test
35-

0 commit comments

Comments
 (0)