We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39414f3 commit cdf46c1Copy full SHA for cdf46c1
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- id: versions
16
run: |
17
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/cruby.json' | jq -c '. + ["jruby", "truffleruby-head"]')
18
- echo "::set-output name=value::${versions}"
+ echo "value=${versions}" >> $GITHUB_OUTPUT
19
test:
20
needs: ruby-versions
21
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
0 commit comments