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.
2 parents 6ea8ec1 + 2bd0b79 commit 9bfbadfCopy full SHA for 9bfbadf
.github/workflows/ci.yml
@@ -10,7 +10,10 @@ on:
10
jobs:
11
test:
12
name: CI
13
- runs-on: ubuntu-18.04
+ runs-on: ${{ matrix.os }}
14
+ strategy:
15
+ matrix:
16
+ os: [macos-latest, ubuntu-latest, windows-latest]
17
steps:
18
- uses: actions/checkout@v1
19
- uses: actions/setup-ruby@v1
.github/workflows/test.yml
@@ -9,7 +9,10 @@ on:
9
name: Testing
0 commit comments