Skip to content

Commit

Permalink
Merge pull request #384 from activemerchant/update-ci-ruby
Browse files Browse the repository at this point in the history
Update ruby ci versions and deprecate gem.
  • Loading branch information
AnotherJoSmith authored Sep 24, 2024
2 parents 6ba0cd8 + 3e890bc commit 85ddc24
Show file tree
Hide file tree
Showing 24 changed files with 257 additions and 238 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ruby-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,11 @@ jobs:
fail-fast: false
matrix:
version:
- 2.5
- 2.6
- 2.7
- 3.2
- 3.3
gemfile:
- gemfiles/Gemfile.rails60
- gemfiles/Gemfile.rails72
- gemfiles/Gemfile.latest-release
- gemfiles/Gemfile.shopify
- gemfiles/Gemfile.rails-edge
exclude:
- version: 2.6
gemfile: gemfiles/Gemfile.rails-edge
- version: 2.5
gemfile: gemfiles/Gemfile.rails-edge
- version: 2.5
gemfile: gemfiles/Gemfile.shopify
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ group :remote_test do
gem 'mongrel', '1.2.0.pre2', :platforms => :ruby
end

gem 'money', '~> 6.8'
gem 'shopify-money'
Loading

0 comments on commit 85ddc24

Please sign in to comment.