Skip to content

Commit

Permalink
delegate is only working with CRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 3, 2022
1 parent c68a6d9 commit d0f0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- id: versions
run: |
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/all.json' | jq -c '. - ["2.7"]')
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/cruby.json' | jq -c '. - ["2.7"]')
echo "::set-output name=value::${versions}"
test:
needs: ruby-versions
Expand Down

0 comments on commit d0f0be1

Please sign in to comment.