Skip to content

Commit 8bf3065

Browse files
committed
Unify workflow files
1 parent 9b08384 commit 8bf3065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml renamed to .github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1011
ruby: [ 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
1112
steps:
1213
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)