Skip to content

Commit 92ce13e

Browse files
committed
changed jruby version
1 parent b841c4a commit 92ce13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ubuntu-latest]
10-
ruby: [jruby-9.1.17.0]
9+
os: [ubuntu-18.04]
10+
ruby: [jruby-9.1.12.0]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)