Skip to content

Extend test matrix to cover all supported ruby versions #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

Taucher2003
Copy link
Member

No description provided.

@Taucher2003 Taucher2003 added the tooling Related to project internal processes or tooling label Nov 24, 2024
@Taucher2003 Taucher2003 requested a review from Knerio November 24, 2024 00:27
@Taucher2003 Taucher2003 self-assigned this Nov 24, 2024
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Library to manage external identities"
spec.homepage = "https://github.com/code0-tech/code0-identities"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1.2"
Copy link
Member Author

Choose a reason for hiding this comment

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

We are actually not compatible with 3.0.0 as you can see in this job: https://github.com/code0-tech/code0-identities/actions/runs/11991605452/job/33430499168

multi_xml-0.7.1 requires ruby version >= 3.1.2, which is incompatible with the current version, 3.0.0

@Taucher2003 Taucher2003 merged commit 309d969 into main Nov 24, 2024
3 checks passed
@Taucher2003 Taucher2003 deleted the extend-test-matrix branch November 24, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Related to project internal processes or tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants