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.
2 parents 625207b + c18a652 commit 0e3395fCopy full SHA for 0e3395f
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- id: versions
12
run: |
13
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/all.json' | jq -c '. + ["2.5"]')
14
- echo "::set-output name=value::${versions}"
+ echo "value=${versions}" >> $GITHUB_OUTPUT
15
test:
16
needs: ruby-versions
17
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
0 commit comments