We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed2a20 commit 4d21043Copy full SHA for 4d21043
2 files changed
Dockerfile
@@ -109,7 +109,7 @@ 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 4.0.0-preview3
+RUN rake -j ${j} all-4.0
113
114
COPY lib/* /all-ruby/lib/
115
COPY all-ruby /all-ruby/
versions/4.0.0.json
@@ -0,0 +1 @@
1
+"4.0/ruby-4.0.0.tar.xz"
0 commit comments