Skip to content

Commit

Permalink
Merge pull request #31 from winebarrel/fix_for_faraday_2.5
Browse files Browse the repository at this point in the history
Add faraday 2.4/2.5 case to CI
  • Loading branch information
winebarrel committed Jan 9, 2023
2 parents cc31584 + 7a518bb commit b394cd6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
- gemfiles/faraday_2.1.gemfile
- gemfiles/faraday_2.2.gemfile
- gemfiles/faraday_2.3.gemfile
- gemfiles/faraday_2.4.gemfile
- gemfiles/faraday_2.5.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Expand Up @@ -19,3 +19,7 @@ end
appraise 'faraday-2.4' do
gem 'faraday', '~> 2.4.0'
end

appraise 'faraday-2.5' do
gem 'faraday', '~> 2.5.0'
end
7 changes: 7 additions & 0 deletions gemfiles/faraday_2.5.gemfile
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "faraday", "~> 2.5.0"

gemspec path: "../"

0 comments on commit b394cd6

Please sign in to comment.