Skip to content

Commit

Permalink
gemfiles are underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Dec 8, 2023
1 parent 9dd4bcf commit d52b841
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- "3.1"
- "3.2"
gemfile:
- "faraday-1.x"
- "faraday-2.x"
- "faraday_1.x"
- "faraday_2.x"
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand Down Expand Up @@ -76,22 +76,22 @@ jobs:
- "3.1"
- "3.2"
faraday:
- "faraday-1.x"
- "faraday-2.x"
- "faraday_1.x"
- "faraday_2.x"
gemfile:
- "activesupport-3.2"
- "activesupport-4.0"
- "activesupport-4.1"
- "activesupport-4.2"
- "activesupport-5.0"
- "activesupport-5.1"
- "activesupport-5.2"
- "activesupport-6.0"
- "activesupport-6.1"
- "activesupport-7.0"
- "activesupport-7.1"
- "activesupport_3.2"
- "activesupport_4.0"
- "activesupport_4.1"
- "activesupport_4.2"
- "activesupport_5.0"
- "activesupport_5.1"
- "activesupport_5.2"
- "activesupport_6.0"
- "activesupport_6.1"
- "activesupport_7.0"
- "activesupport_7.1"
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}-${{ matrix.faraday }}.gemfile
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}_${{ matrix.faraday }}.gemfile
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit d52b841

Please sign in to comment.