Skip to content

Commit 39b8151

Browse files
author
Joel Widmer
committed
feat: convert publish to matrix as well
Signed-off-by: Joel Widmer <joel.widmer@inetum.ch>
1 parent 3609621 commit 39b8151

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,13 @@ jobs:
238238
- checkout
239239
# - run_sonarqube
240240
publish:
241+
parameters:
242+
ruby_version:
243+
type: string
244+
default: "3.4"
241245
executor:
242246
name: "base"
243-
ruby_version: "3.4"
247+
ruby_version: <<parameters.ruby_version>>
244248
steps:
245249
- checkout
246250
- setup
@@ -250,6 +254,11 @@ workflows:
250254
publish:
251255
jobs:
252256
- publish:
257+
matrix:
258+
parameters:
259+
ruby_version:
260+
- "3.4"
261+
- "jruby-9.4.13.0"
253262
filters:
254263
branches:
255264
ignore: /.*/

0 commit comments

Comments
 (0)