Skip to content
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

Use Ruby 3.4 in the latest version of CI #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koic
Copy link
Collaborator

@koic koic commented Dec 31, 2024

This PR uses Ruby 3.4 in the latest version of CI.

@koic koic force-pushed the use_ruby_34_in_ci branch 3 times, most recently from 604e69d to 5561bfc Compare December 31, 2024 09:14
This PR uses Ruby 3.4 in the latest version of CI.

This PR suppresses the following warnings:

## Cucumber

```console
Run BUNDLE_GEMFILE=gemfiles/cucumber1_3.gemfile vendor/bats/bin/bats test/cucumber.bats
(snip)

# /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/cucumber-1.3.20/lib/cucumber/cli/drb_client.rb:1:
warning: drb/drb was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0.
# You can add drb to your Gemfile or gemspec to silence this warning.
```

https://github.com/tmm1/test-queue/actions/runs/12557591208/job/35010466650?pr=134

## Minitest

```console
Run BUNDLE_GEMFILE=gemfiles/minitest5.gemfile vendor/bats/bin/bats test/minitest5.bats
(snip)

# /opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/gems/3.4.0/gems/minitest-5.10.0/lib/minitest.rb:3:
warning: mutex_m was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0.
# You can add mutex_m to your Gemfile or gemspec to silence this warning.
```

https://github.com/tmm1/test-queue/actions/runs/12557591208/job/35010466855?pr=134
@koic koic force-pushed the use_ruby_34_in_ci branch from 5561bfc to aaa7615 Compare December 31, 2024 09:14
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.

1 participant