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

CS-21: Support ruby 3.2 in CI and Docker #81

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

nazar-kostyk
Copy link
Collaborator

@nazar-kostyk nazar-kostyk commented Mar 13, 2023

What was done as a part of this PR?

  • Add ruby 3.2 support to CI and Docker

How it was done?

  • Updated ci.yml
  • Updated Taskfile.yml
  • Added docker/3.2/Dockerfile
  • Pointed appraisal gem to the thoughtbot fork to fix the Errno::ENOENT issue

Checklist:

  • I have performed a self-review of my code.
  • I have added/adjusted tests that prove my fix is effective or that my feature works.
  • CI is green.

@nazar-kostyk nazar-kostyk self-assigned this Mar 13, 2023
@nazar-kostyk nazar-kostyk added feature Feature was the initial reason of the PR. From Conventional Commits. ci CI was the initial reason of the PR. From Conventional Commits. labels Mar 13, 2023
@coveralls
Copy link

coveralls commented Mar 13, 2023

Pull Request Test Coverage Report for Build 4420444069

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 97.328%

Totals Coverage Status
Change from base Build 4419606610: 0.01%
Covered Lines: 8036
Relevant Lines: 8177

💛 - Coveralls

Gemfile Outdated Show resolved Hide resolved
Gemfile Outdated Show resolved Hide resolved
@nazar-kostyk nazar-kostyk force-pushed the CS-21_support_ruby_3.2_ci_docker branch from 9bbe464 to 78b48ae Compare March 14, 2023 21:39
@nazar-kostyk nazar-kostyk merged commit 775bdc9 into main Mar 15, 2023
@nazar-kostyk nazar-kostyk deleted the CS-21_support_ruby_3.2_ci_docker branch March 15, 2023 22:29
@coveralls
Copy link

coveralls commented Oct 5, 2024

Pull Request Test Coverage Report for Build 4420444069

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 97.328%

Totals Coverage Status
Change from base Build 4419606610: 0.01%
Covered Lines: 8036
Relevant Lines: 8177

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI was the initial reason of the PR. From Conventional Commits. feature Feature was the initial reason of the PR. From Conventional Commits.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants