We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4919110 commit 1ee414fCopy full SHA for 1ee414f
2 files changed
Dockerfile
@@ -108,6 +108,9 @@ RUN rake -j ${j} all-3.4
108
COPY versions/3.5* /all-ruby/versions/
109
RUN rake -j ${j} 3.5.0-preview1
110
111
+COPY versions/4.0* /all-ruby/versions/
112
+RUN rake -j ${j} 4.0.0-preview2
113
+
114
COPY lib/* /all-ruby/lib/
115
COPY all-ruby /all-ruby/
116
versions/4.0.0-preview2.json
@@ -0,0 +1 @@
1
+"4.0/ruby-4.0.0-preview2.tar.xz"
0 commit comments