Skip to content

Adding Ruby 4.0 to the ruby test matrix.#16

Open
dylan-poole wants to merge 1 commit into
dleavitt:mainfrom
dylan-poole:dylan.poole/update-ruby-matrix
Open

Adding Ruby 4.0 to the ruby test matrix.#16
dylan-poole wants to merge 1 commit into
dleavitt:mainfrom
dylan-poole:dylan.poole/update-ruby-matrix

Conversation

@dylan-poole

Copy link
Copy Markdown

What does it do?

  • Updates CI test matrix to include Ruby 4.0
  • Verifies the gem remains compatible with the latest stable Ruby release.

@dylan-poole

Copy link
Copy Markdown
Author

It looks like Ruby HEAD is breaking the build and cancelling the rest of the versions. Would it be okay to remove it from the matrix? I think it would make sense to not have HEAD in the matrix since they are potentially unstable versions of Ruby.

@rmm5t rmm5t left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It'd be nice to see this gem's repository sitting green again.

Comment thread .github/workflows/ci.yml
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'head']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', 'head']

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[SUGGESTION] Remove head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants