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 Dec 30, 2021
1 parent 1d88b4b commit 6579054
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
jobs:
generate-and-push-docs:
docker:
- image: cimg/ruby:3.1.0
- image: cimg/ruby:3.0.3
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -26,7 +26,7 @@ jobs:
docs:push; fi
release:
docker:
- image: cimg/ruby:3.1.0
- image: cimg/ruby:3.0.3
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -41,9 +41,9 @@ jobs:
- run:
name: Build/release gem to artifactory
command: bundle exec rake push_artifactory
ruby-3.1.0:
ruby-3.0.3:
docker:
- image: cimg/ruby:3.1.0
- image: cimg/ruby:3.0.3
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -69,9 +69,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3.0.3:
ruby-2.7.5:
docker:
- image: cimg/ruby:3.0.3
- image: cimg/ruby:2.7.5
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -104,8 +104,8 @@ workflows:
- release:
context: org-global
requires:
- ruby-3.1.0
- ruby-3.0.3
- ruby-2.7.5
filters:
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?(RC|rc)[-\.]?\w*)?$/
Expand All @@ -120,12 +120,12 @@ workflows:
only: /^[0-9]+\.[0-9]+\.[0-9]+(\.?(RC|rc)[-\.]?\w*)?$/
branches:
ignore: /.*/
- ruby-3.1.0:
- ruby-3.0.3:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-3.0.3:
- ruby-2.7.5:
context: org-global
filters:
tags:
Expand All @@ -139,7 +139,7 @@ workflows:
only:
- main
jobs:
- ruby-3.1.0:
context: org-global
- ruby-3.0.3:
context: org-global
- ruby-2.7.5:
context: org-global

0 comments on commit 6579054

Please sign in to comment.