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 Jun 4, 2024
1 parent 37d4cd4 commit 30f96e6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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.3.1
- image: cimg/ruby:3.3.2
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand All @@ -45,7 +45,7 @@ jobs:
docs:push; fi
release:
docker:
- image: cimg/ruby:3.3.1
- image: cimg/ruby:3.3.2
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_3_1-rails-7_1:
ruby-3_3_2-rails-7_1:
docker:
- image: cimg/ruby:3.3.1
- image: cimg/ruby:3.3.2
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_3_1-rails-7_0:
ruby-3_3_2-rails-7_0:
docker:
- image: cimg/ruby:3.3.1
- image: cimg/ruby:3.3.2
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -180,9 +180,9 @@ jobs:
when: on_fail
- store_test_results:
path: "/tmp/test-results"
ruby-3_3_1-rails-6_1:
ruby-3_3_2-rails-6_1:
docker:
- image: cimg/ruby:3.3.1
- image: cimg/ruby:3.3.2
auth:
username: "$DOCKERHUB_USERNAME"
password: "$DOCKERHUB_PASSWORD"
Expand Down Expand Up @@ -249,11 +249,11 @@ workflows:
- release:
context: org-global
requires:
- ruby-3_3_1-rails-7_1
- ruby-3_3_2-rails-7_1
- ruby-3_2_4-rails-7_1
- ruby-3_3_1-rails-7_0
- ruby-3_3_2-rails-7_0
- ruby-3_2_4-rails-7_0
- ruby-3_3_1-rails-6_1
- ruby-3_3_2-rails-6_1
- ruby-3_2_4-rails-6_1
filters:
tags:
Expand All @@ -269,7 +269,7 @@ workflows:
only: "/^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:(-|\\.)(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$/"
branches:
ignore: /.*/
- ruby-3_3_1-rails-7_1:
- ruby-3_3_2-rails-7_1:
context: org-global
filters:
tags:
Expand All @@ -279,7 +279,7 @@ workflows:
filters:
tags:
only: *1
- ruby-3_3_1-rails-7_0:
- ruby-3_3_2-rails-7_0:
context: org-global
filters:
tags:
Expand All @@ -289,7 +289,7 @@ workflows:
filters:
tags:
only: *1
- ruby-3_3_1-rails-6_1:
- ruby-3_3_2-rails-6_1:
context: org-global
filters:
tags:
Expand All @@ -303,15 +303,15 @@ workflows:
when:
equal: [ "schedule", << pipeline.parameters.GHA_Event >> ]
jobs:
- ruby-3_3_1-rails-7_1:
- ruby-3_3_2-rails-7_1:
context: org-global
- ruby-3_2_4-rails-7_1:
context: org-global
- ruby-3_3_1-rails-7_0:
- ruby-3_3_2-rails-7_0:
context: org-global
- ruby-3_2_4-rails-7_0:
context: org-global
- ruby-3_3_1-rails-6_1:
- ruby-3_3_2-rails-6_1:
context: org-global
- ruby-3_2_4-rails-6_1:
context: org-global

0 comments on commit 30f96e6

Please sign in to comment.