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 45259f9 commit 8eb95bdCopy full SHA for 8eb95bd
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- ubuntu-latest
13
include:
14
- { ruby: '3.1', os: 'macos-latest' }
15
- - { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
+ - { ruby: 'jruby-head', os: 'ubuntu-latest' }
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v3
0 commit comments