Skip to content

Commit

Permalink
Merge pull request #55 from sue445/migrator/20221229010141_add_ruby_3_2
Browse files Browse the repository at this point in the history
CI against for ruby 3.2
  • Loading branch information
sue445 committed Dec 28, 2022
2 parents 1371d70 + ffbd2f1 commit 567fef9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
gemfile:
- rails_4_0
- rails_4_1
Expand Down Expand Up @@ -86,6 +87,18 @@ jobs:
gemfile: rails_5_1
- ruby: "3.1"
gemfile: rails_5_2
- ruby: "3.2"
gemfile: rails_4_0
- ruby: "3.2"
gemfile: rails_4_1
- ruby: "3.2"
gemfile: rails_4_2
- ruby: "3.2"
gemfile: rails_5_0
- ruby: "3.2"
gemfile: rails_5_1
- ruby: "3.2"
gemfile: rails_5_2

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 567fef9

Please sign in to comment.