We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3609621 commit 39b8151Copy full SHA for 39b8151
.circleci/config.yml
@@ -238,9 +238,13 @@ jobs:
238
- checkout
239
# - run_sonarqube
240
publish:
241
+ parameters:
242
+ ruby_version:
243
+ type: string
244
+ default: "3.4"
245
executor:
246
name: "base"
- ruby_version: "3.4"
247
+ ruby_version: <<parameters.ruby_version>>
248
steps:
249
250
- setup
@@ -250,6 +254,11 @@ workflows:
254
251
255
jobs:
252
256
- publish:
257
+ matrix:
258
259
260
+ - "3.4"
261
+ - "jruby-9.4.13.0"
253
262
filters:
263
branches:
264
ignore: /.*/
0 commit comments