Skip to content

Commit

Permalink
Merge 7fd3ed2 into 8637e57
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 9, 2023
2 parents 8637e57 + 7fd3ed2 commit 4279fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -19,19 +19,16 @@ jobs:
gemfile: gemfiles/faraday_2.0.gemfile
- ruby: 3.1
gemfile: gemfiles/faraday_2.0.gemfile
- ruby: 3.2
gemfile: gemfiles/faraday_2.0.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v2
with:
path: gemfiles/vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.gemfile }}-${{ hashFiles('faraday_middleware-aws-sigv4.gemspec', '**/Gemfile', '${{ matrix.gemfile }}') }}
restore-keys: |
${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.gemfile }}-
bundler-cache: true
- name: Setup dependencies
run: |
bundle config path vendor/bundle
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -4,6 +4,7 @@ require:
AllCops:
Exclude:
- "gemfiles/**/*"
- "vendor/bundle/**/*"
TargetRubyVersion: 2.5
NewCops: enable
Bundler/OrderedGems:
Expand Down

0 comments on commit 4279fa4

Please sign in to comment.