Skip to content

Commit 80b91db

Browse files
committed
Update matrixeval.yml template
1 parent 74836ef commit 80b91db

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

lib/matrixeval/ruby/templates/matrixeval.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
version: 0.1
22
target: ruby
33
parallel_workers: number_of_processors
4+
# commands:
5+
# - ps
6+
# - top
7+
# - an_additional_command
48
matrix:
59
ruby:
10+
# mounts:
11+
# - /a/path/need/to/mount:/a/path/mount/to
612
variants:
713
- key: 2.7
814
container:
@@ -13,4 +19,34 @@ matrix:
1319
image: ruby:3.0.0
1420
- key: 3.1
1521
container:
16-
image: ruby:3.1.0
22+
image: ruby:3.1.0
23+
# - key: jruby-9.3
24+
# container:
25+
# image: jruby:9.3
26+
# env:
27+
# PATH: "/opt/jruby/bin:/app/bin:/bundle/bin:$PATH"
28+
29+
# rails:
30+
# variants:
31+
# - key: 6.1
32+
# default: true
33+
# env:
34+
# RAILS_VERSION: "~> 6.1.0"
35+
# - key: 7.0
36+
# env:
37+
# RAILS_VERSION: "~> 7.0.0"
38+
# another:
39+
# variants:
40+
# - key: key1
41+
# default: true
42+
# env:
43+
# ENV_KEY: 1
44+
# - key: key2
45+
# env:
46+
# ENV_KEY: 2
47+
48+
exclude:
49+
# - ruby: 3.0
50+
# rails: 4.2
51+
# - ruby: jruby-9.3
52+
# rails: 7.0

0 commit comments

Comments
 (0)