Skip to content

Commit

Permalink
Apply config changes to on-demand jobs not just nightly jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 23, 2023
1 parent 9870471 commit b13b9b5
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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 Down

0 comments on commit b13b9b5

Please sign in to comment.