Skip to content

Commit

Permalink
creating or updating the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fixbot committed Jan 31, 2023
1 parent be03330 commit a68f530
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
jobs:
generate-and-push-docs:
docker:
- image: cimg/ruby:3.1.3
- image: cimg/ruby:3.2.0
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -45,7 +45,7 @@ jobs:
docs:push; fi
release:
docker:
- image: cimg/ruby:3.1.3
- image: cimg/ruby:3.2.0
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -60,9 +60,9 @@ jobs:
- run:
name: Build/release gem to artifactory
command: bundle exec rake push_artifactory
ruby-3_1_3-rails-7_0:
ruby-3_2_0-rails-7_0:
docker:
- image: cimg/ruby:3.1.3
- image: cimg/ruby:3.2.0
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -90,9 +90,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_0_5-rails-7_0:
ruby-3_1_3-rails-7_0:
docker:
- image: cimg/ruby:3.0.5
- image: cimg/ruby:3.1.3
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -120,9 +120,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_1_3-rails-6_1:
ruby-3_2_0-rails-6_1:
docker:
- image: cimg/ruby:3.1.3
- image: cimg/ruby:3.2.0
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -150,9 +150,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_0_5-rails-6_1:
ruby-3_1_3-rails-6_1:
docker:
- image: cimg/ruby:3.0.5
- image: cimg/ruby:3.1.3
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -189,10 +189,10 @@ workflows:
- release:
context: org-global
requires:
- ruby-3_2_0-rails-7_0
- ruby-3_1_3-rails-7_0
- ruby-3_0_5-rails-7_0
- ruby-3_2_0-rails-6_1
- ruby-3_1_3-rails-6_1
- ruby-3_0_5-rails-6_1
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+((-|\.)?(RC|rc)[-.]?\w*)?$/
Expand All @@ -207,22 +207,22 @@ workflows:
only: /^[0-9]+\.[0-9]+\.[0-9]+((-|\.)?(RC|rc)[-.]?\w*)?$/
branches:
ignore: /.*/
- ruby-3_1_3-rails-7_0:
- ruby-3_2_0-rails-7_0:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-3_0_5-rails-7_0:
- ruby-3_1_3-rails-7_0:
context: org-global
filters:
tags:
only: *1
- ruby-3_1_3-rails-6_1:
- ruby-3_2_0-rails-6_1:
context: org-global
filters:
tags:
only: *1
- ruby-3_0_5-rails-6_1:
- ruby-3_1_3-rails-6_1:
context: org-global
filters:
tags:
Expand All @@ -231,11 +231,11 @@ workflows:
when:
equal: [ "schedule", << pipeline.parameters.GHA_Event >> ]
jobs:
- ruby-3_2_0-rails-7_0:
context: org-global
- ruby-3_1_3-rails-7_0:
context: org-global
- ruby-3_0_5-rails-7_0:
- ruby-3_2_0-rails-6_1:
context: org-global
- ruby-3_1_3-rails-6_1:
context: org-global
- ruby-3_0_5-rails-6_1:
context: org-global

0 comments on commit a68f530

Please sign in to comment.