Thanks to visit codestin.com Credit goes to github.com
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 564c9ee commit f89a19bCopy full SHA for f89a19b
.github/workflows/build.yml
@@ -6,12 +6,12 @@ on:
6
jobs:
7
# Build stable releases
8
build:
9
- if: false
+ if: true
10
strategy:
11
fail-fast: false
12
matrix:
13
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15 ]
14
- ruby: [ruby-3.1.0]
+ ruby: [jruby-9.3.3.0]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v2
@@ -120,12 +120,12 @@ jobs:
120
asset_content_type: application/gzip
121
122
buildJRubyWindows:
123
124
125
126
127
include:
128
- - { os: windows-2019, jruby-version: 9.3.2.0, ruby: jruby-9.3.2.0 }
+ - { os: windows-2019, jruby-version: 9.3.3.0, ruby: jruby-9.3.3.0 }
129
130
131
0 commit comments