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 4, 2021
1 parent c65ee56 commit 2809e7a
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: circleci/ruby:2.7.2
- image: circleci/ruby:3.0.0
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -26,7 +26,7 @@ jobs:
docs:push; fi
release:
docker:
- image: circleci/ruby:2.7.2
- image: circleci/ruby:3.0.0
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-2.7.2:
ruby-3.0.0:
docker:
- image: circleci/ruby:2.7.2
- image: circleci/ruby:3.0.0
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-2.6.6:
ruby-2.7.2:
docker:
- image: circleci/ruby:2.6.6
- image: circleci/ruby:2.7.2
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -104,8 +104,8 @@ workflows:
- release:
context: org-global
requires:
- ruby-3.0.0
- ruby-2.7.2
- ruby-2.6.6
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-2.7.2:
- ruby-3.0.0:
context: org-global
filters:
tags:
only: &1 /.*/
- ruby-2.6.6:
- ruby-2.7.2:
context: org-global
filters:
tags:
Expand All @@ -139,7 +139,7 @@ workflows:
only:
- master
jobs:
- ruby-2.7.2:
- ruby-3.0.0:
context: org-global
- ruby-2.6.6:
- ruby-2.7.2:
context: org-global

0 comments on commit 2809e7a

Please sign in to comment.