Skip to content

Commit 009db5a

Browse files
authored
Merge pull request #944 from nobu/jruby
Use jruby-head
2 parents 45259f9 + 8eb95bd commit 009db5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- ubuntu-latest
1313
include:
1414
- { ruby: '3.1', os: 'macos-latest' }
15-
- { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
15+
- { ruby: 'jruby-head', os: 'ubuntu-latest' }
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)