strategy.matrix.runs-on

pull/1/head
Renée Kooi 2019-10-05 12:58:19 +02:00
parent 6ab1cb8882
commit be78916e9e
No known key found for this signature in database
GPG Key ID: 497533BAECCD642A
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ name: CI
on: push
jobs:
smoke-test:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
strategy:
matrix:
runs-on: [4.x, 6.x, 8.x, 9.x, 10.x, 11.x, 12.x]
steps:
- uses: actions/checkout@v1
- uses: .