-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Add Ruby 3.3 to CI matrix #2208
Conversation
@@ -13,15 +13,21 @@ concurrency: | |||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |||
cancel-in-progress: true | |||
jobs: | |||
ruby-versions: | |||
uses: ruby/actions/.github/workflows/ruby_versions.yml@master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2208 +/- ##
=======================================
Coverage 97.39% 97.39%
=======================================
Files 101 101
Lines 3799 3799
=======================================
Hits 3700 3700
Misses 99 99
|
b35a6b4
to
2a572fa
Compare
@@ -13,6 +13,11 @@ concurrency: | |||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |||
cancel-in-progress: true | |||
jobs: | |||
ruby-versions: | |||
uses: ruby/actions/.github/workflows/ruby_versions.yml@master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
@@ -13,6 +13,11 @@ concurrency: | |||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |||
cancel-in-progress: true | |||
jobs: | |||
ruby-versions: | |||
uses: ruby/actions/.github/workflows/ruby_versions.yml@master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
@@ -13,6 +13,11 @@ concurrency: | |||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |||
cancel-in-progress: true | |||
jobs: | |||
ruby-versions: | |||
uses: ruby/actions/.github/workflows/ruby_versions.yml@master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🚫 Please pin the action by specifying a commit SHA instead of a tag/branch.
2a572fa
to
c5e3ad5
Compare
For these gems' CI, using the ruby_versions action will make the Ruby version matrix slightly easier to maintain.
c5e3ad5
to
3aaa68d
Compare
you can ignore danger about those pins |
@sl0thentr0py I feel that rule is a bit annoying and we basically just ignore it. Is there a way we can skip it? |
no i already asked for it and they said no |
ruby_versions
workflow will save us from manually updating Ruby matrix in the future, a minor improvement.ruby_versions
easily to sentry-rails & sentry-sidekiq as they have rather complicated Ruby vs lib version mapping.#skip-changelog