Skip to content

Commit

Permalink
Merge pull request #803 from y-yagi/test-against-32
Browse files Browse the repository at this point in the history
CI against Ruby 3.2
  • Loading branch information
jkowens committed Jun 12, 2023
2 parents f541f2d + a75c943 commit e3331d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.1
- 3.2
env:
- AR_VERSION: '7.0'
RUBYOPT: --enable-frozen-string-literal
- AR_VERSION: 6.1
RUBYOPT: --enable-frozen-string-literal
include:
- ruby: 3.1
env:
AR_VERSION: '7.0'
- ruby: 3.1
env:
AR_VERSION: 6.1
- ruby: '3.0'
env:
AR_VERSION: '7.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end

platforms :ruby do
gem "pry-byebug"
gem "pry", "~> 0.12.0"
gem "pry", "~> 0.14.0"
end

if version >= 4.0
Expand Down

0 comments on commit e3331d5

Please sign in to comment.