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

Update Ruby for Rails 8 integration #169

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

mec
Copy link
Contributor

@mec mec commented Dec 13, 2024

Now that Rails 8 is out, it is showing up in our intergration test
matrix, but it only supports Ruby > 3.2.

This passes a build arg to use 3.2.6 in out integration tests.

@coveralls
Copy link

coveralls commented Dec 13, 2024

Pull Request Test Coverage Report for Build 12318450626

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11402636625: 0.0%
Covered Lines: 393
Relevant Lines: 393

💛 - Coveralls

@mec mec force-pushed the chore/update-ruby-for-integration-tests branch 6 times, most recently from 2e6b2b4 to cbfc706 Compare December 13, 2024 15:26
mec added 2 commits December 13, 2024 15:28
We install the gem to run our integration tests. They recently started
to fail and the issues seemed to be that bundler couldn't locate the
branch.

The branch name is supplied by `github.ref` switching to the logic here
seems to have fixed this.

`head_ref` for PRs with a fall back to `ref_name` if it is not a PR.

Documentation:

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
Rails 8 is now showing up in our integration test matrix and only
supports Ruby > 3.2.

This work updates Ruby for these tests, we still run unit tests against
older Ruby versions.
@mec mec force-pushed the chore/update-ruby-for-integration-tests branch from cbfc706 to 6cf7e17 Compare December 13, 2024 15:28
@mec mec merged commit c9514b2 into main Dec 13, 2024
17 checks passed
@mec mec deleted the chore/update-ruby-for-integration-tests branch December 13, 2024 15:51
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.

3 participants