Skip to content

Commit 356a190

Browse files
author
Carlos
authored
Merge pull request #80 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix
2 parents 2dc33b5 + 40db744 commit 356a190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ references:
3939
test:
4040
matrix:
4141
parameters:
42-
ruby-version: ['2.7', '3.0', '3.1']
42+
ruby-version: ['2.7', '3.0', '3.1', '3.2']
4343
bundle-version: ['Gemfile.rails-7.0']
4444

4545
workflows:

gemfiles/Gemfile.rails-7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rails', '~> 7.0'
4-
gem 'pg', '~> 1.2.3'
4+
gem 'pg', '~> 1.4.0'
55
gem "byebug"
66

77
gemspec path: "../"

0 commit comments

Comments
 (0)
close