File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed
lib/matrixeval/ruby/templates Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change 11version : 0.1
22target : ruby
33parallel_workers : number_of_processors
4+ # commands:
5+ # - ps
6+ # - top
7+ # - an_additional_command
48matrix :
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
You can’t perform that action at this time.
0 commit comments