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 de68645 commit ca7fe3dCopy full SHA for ca7fe3d
1 file changed
.github/workflows/test.yml
@@ -60,9 +60,9 @@ jobs:
60
fail-fast: false
61
matrix:
62
cfg:
63
- - { ruby: rubinius, os: ubuntu-18.04 }
64
- - { ruby: mingw , os: windows-latest }
65
- - { ruby: mswin , os: windows-latest }
+ - { ruby: rubinius, os: ubuntu-18.04 }
+ - { ruby: mingw , os: windows-latest }
+ - { ruby: mswin , os: windows-latest }
66
name: ${{ matrix.cfg.os }} ${{ matrix.cfg.ruby }}
67
runs-on: ${{ matrix.cfg.os }}
68
steps:
0 commit comments