Skip to content

Commit 1cdafa4

Browse files
committed
Build all 3.4.x versions
1 parent d1e7dce commit 1cdafa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ COPY versions/3.3* /all-ruby/versions/
103103
RUN rake -j ${j} all-3.3
104104

105105
COPY versions/3.4* /all-ruby/versions/
106-
RUN rake -j ${j} 3.4.0-preview1 3.4.0-preview2 3.4.0-rc1
106+
RUN rake -j ${j} all-3.4
107107

108108
COPY lib/* /all-ruby/lib/
109109
COPY all-ruby /all-ruby/

0 commit comments

Comments
 (0)