Skip to content

Commit

Permalink
Merge pull request #80 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix
  • Loading branch information
Carlos authored Feb 2, 2023
2 parents 2dc33b5 + 40db744 commit 356a190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ references:
test:
matrix:
parameters:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
bundle-version: ['Gemfile.rails-7.0']

workflows:
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '~> 7.0'
gem 'pg', '~> 1.2.3'
gem 'pg', '~> 1.4.0'
gem "byebug"

gemspec path: "../"

0 comments on commit 356a190

Please sign in to comment.