Skip to content

Commit

Permalink
disable JRuby target in GitHub Actions until action is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 28, 2020
1 parent eb763cf commit 5945997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3']
ruby: ['2.7', '2.6', '2.5', '2.4', '2.3']
#ruby: [jruby, '2.7', '2.6', '2.5', '2.4', '2.3']
env:
PYGMENTS_VERSION: '~> 1.2.0'
steps:
Expand Down

5 comments on commit 5945997

@slonopotamus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reported as ruby/setup-ruby#28

@slonopotamus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mojavelinux setup-ruby released a new version where this bug is fixed, time to revert this commit: https://github.com/ruby/setup-ruby/releases/tag/v1.20.1

@mojavelinux
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice!

@slonopotamus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moral of this story: don't be lazy and file bugs against setup-ruby. The fix things pretty fast.

@mojavelinux
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;)

Please sign in to comment.