Skip to content

Commit

Permalink
Merge pull request #2145 from Shopify/andyw8/distinguish-rubygems
Browse files Browse the repository at this point in the history
Distinguish RubyGems versions in build names
  • Loading branch information
andyw8 authored Jan 8, 2025
2 parents 474cb62 + 8623cdc commit 6f6f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- rails: "current"
ruby: "3.3"
rubygems: "3.5.23"
name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }}
name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }} - RubyGems ${{ matrix.rubygems }}
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit 6f6f5a7

Please sign in to comment.