Skip to content

Commit

Permalink
Distinguish RubyGems versions in build names
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 8, 2025
1 parent 4ad2080 commit d7e924e
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 d7e924e

Please sign in to comment.