We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7554ac commit 676d976Copy full SHA for 676d976
2 files changed
Dockerfile
@@ -105,6 +105,9 @@ RUN rake -j ${j} all-3.3
105
COPY versions/3.4* /all-ruby/versions/
106
RUN rake -j ${j} all-3.4
107
108
+COPY versions/3.4* /all-ruby/versions/
109
+RUN rake -j ${j} 3.5.0-preview1
110
+
111
COPY lib/* /all-ruby/lib/
112
COPY all-ruby /all-ruby/
113
versions/3.5.0-preview1.json
@@ -0,0 +1 @@
1
+"3.5/ruby-3.5.0-preview1.tar.xz"
0 commit comments