Skip to content

Commit 544fef3

Browse files
committed
Build jruby-9.2.14.0
1 parent f749d22 commit 544fef3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest ]
14-
ruby: ["ruby-3.0.0-preview2"]
14+
ruby: ["jruby-9.2.14.0"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2
@@ -104,18 +104,12 @@ jobs:
104104
asset_content_type: application/gzip
105105

106106
buildJRubyWindows:
107-
if: false
107+
if: true
108108
strategy:
109109
fail-fast: false
110110
matrix:
111111
include:
112-
- { os: windows-latest, jruby-version: 9.1.17.0, ruby: jruby-9.1.17.0 }
113-
- { os: windows-latest, jruby-version: 9.2.9.0, ruby: jruby-9.2.9.0 }
114-
- { os: windows-latest, jruby-version: 9.2.10.0, ruby: jruby-9.2.10.0 }
115-
- { os: windows-latest, jruby-version: 9.2.11.0, ruby: jruby-9.2.11.0 }
116-
- { os: windows-latest, jruby-version: 9.2.11.1, ruby: jruby-9.2.11.1 }
117-
- { os: windows-latest, jruby-version: 9.2.12.0, ruby: jruby-9.2.12.0 }
118-
- { os: windows-latest, jruby-version: 9.2.13.0, ruby: jruby-9.2.13.0 }
112+
- { os: windows-latest, jruby-version: 9.2.14.0, ruby: jruby-9.2.14.0 }
119113
runs-on: ${{ matrix.os }}
120114
steps:
121115
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)