Skip to content

Commit

Permalink
Test with ruby 3.2 and newest patch version of rails (#153)
Browse files Browse the repository at this point in the history
* Test with ruby 3.2 and newest patch versions of Rails 7.0, 6.1, 6.0

* Apply config changes to on-demand jobs not just nightly jobs

* Bump bundler to 2.4.5 with update config.yml
  • Loading branch information
cjcolvar authored Jan 23, 2023
1 parent b923ba2 commit 8aefae8
Showing 1 changed file with 43 additions and 19 deletions.
62 changes: 43 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
type: string
bundler_version:
type: string
default: 2.0.1
default: 2.4.5
ruby_type:
type: string
default: ruby
Expand Down Expand Up @@ -49,44 +49,56 @@ workflows:
ci:
jobs:
# Rails 7.0
- bundle_and_test:
name: ruby3-2_rails7-0
ruby_version: 3.2.0
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby3-1_rails7-0
ruby_version: 3.1.3
rails_version: 7.0.4
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby3-0_rails7-0
ruby_version: 3.0.5
rails_version: 7.0.4
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby2-7_rails7-0
ruby_version: 2.7.7
rails_version: 7.0.4
rails_version: 7.0.4.1
# Rails 6.1
- bundle_and_test:
name: ruby3-2_rails6-1
ruby_version: 3.2.0
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby3-1_rails6-1
ruby_version: 3.1.3
rails_version: 6.1.7
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby3-0_rails6-1
ruby_version: 3.0.5
rails_version: 6.1.7
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby2-7_rails6-1
ruby_version: 2.7.7
rails_version: 6.1.7
rails_version: 6.1.7.1
# Rails 6.0
- bundle_and_test:
name: ruby3-2_rails6-0
ruby_version: 3.2.0
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby3-1_rails6-0
ruby_version: 3.1.3
rails_version: 6.0.6
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby3-0_rails6-0
ruby_version: 3.0.5
rails_version: 6.0.6
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby2-7_rails6-0
ruby_version: 2.7.7
rails_version: 6.0.6
rails_version: 6.0.6.1
# Rails 5.2
- bundle_and_test:
name: ruby3-0_rails5-2
Expand All @@ -108,44 +120,56 @@ workflows:

jobs:
# Rails 7.0
- bundle_and_test:
name: ruby3-2_rails7-0
ruby_version: 3.2.0
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby3-1_rails7-0
ruby_version: 3.1.3
rails_version: 7.0.4
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby3-0_rails7-0
ruby_version: 3.0.5
rails_version: 7.0.4
rails_version: 7.0.4.1
- bundle_and_test:
name: ruby2-7_rails7-0
ruby_version: 2.7.7
rails_version: 7.0.4
rails_version: 7.0.4.1
# Rails 6.1
- bundle_and_test:
name: ruby3-2_rails6-1
ruby_version: 3.2.0
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby3-1_rails6-1
ruby_version: 3.1.3
rails_version: 6.1.7
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby3-0_rails6-1
ruby_version: 3.0.5
rails_version: 6.1.7
rails_version: 6.1.7.1
- bundle_and_test:
name: ruby2-7_rails6-1
ruby_version: 2.7.7
rails_version: 6.1.7
rails_version: 6.1.7.1
# Rails 6.0
- bundle_and_test:
name: ruby3-2_rails6-0
ruby_version: 3.2.0
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby3-1_rails6-0
ruby_version: 3.1.3
rails_version: 6.0.6
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby3-0_rails6-0
ruby_version: 3.0.5
rails_version: 6.0.6
rails_version: 6.0.6.1
- bundle_and_test:
name: ruby2-7_rails6-0
ruby_version: 2.7.7
rails_version: 6.0.6
rails_version: 6.0.6.1
# Rails 5.2
- bundle_and_test:
name: ruby3-0_rails5-2
Expand Down

0 comments on commit 8aefae8

Please sign in to comment.