Skip to content

Commit

Permalink
Merge pull request #416 from samvera/ci_ruby_3.2
Browse files Browse the repository at this point in the history
Run CI with Ruby 3.2
  • Loading branch information
jrochkind authored Jan 9, 2023
2 parents e225700 + aed9772 commit f03f6d4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
type: string
bundler_version:
type: string
default: 2.1.4
default: 2.4.3
executor:
name: 'samvera/ruby'
ruby_version: << parameters.ruby_version >>
Expand Down Expand Up @@ -45,10 +45,14 @@ jobs:
workflows:
ci:
jobs:
- build:
name: "ruby3-2_rails7-0"
ruby_version: 3.2.0
rails_version: 7.0.4
- build:
name: "ruby3-1_rails7-0"
ruby_version: 3.1.2
rails_version: 7.0.3
rails_version: 7.0.4

- build:
name: "ruby3-1_rails6-1"
Expand Down Expand Up @@ -99,10 +103,14 @@ workflows:
only:
- main
jobs:
- build:
name: "ruby3-2_rails7-0"
ruby_version: 3.2.0
rails_version: 7.0.4
- build:
name: "ruby3-1_rails7-0"
ruby_version: 3.1.2
rails_version: 7.0.3
rails_version: 7.0.4

- build:
name: "ruby3-1_rails6-1"
Expand Down

0 comments on commit f03f6d4

Please sign in to comment.