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 cec6887 commit 2cf3529Copy full SHA for 2cf3529
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
distribution: zulu
46
java-version: 21
47
if: >-
48
- matrix.ruby == 'jruby-head'
+ startsWith(matrix.ruby, 'jruby')
49
50
- name: Set up Ruby
51
uses: ruby/setup-ruby@v1
0 commit comments