Skip to content

Commit

Permalink
Build 3.4.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 7, 2024
1 parent 5ff3a50 commit c5873a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ COPY versions/3.3* /all-ruby/versions/
RUN rake -j ${j} all-3.3

COPY versions/3.4* /all-ruby/versions/
RUN rake -j ${j} 3.4.0-preview1
RUN rake -j ${j} 3.4.0-preview1 3.4.0-preview2

COPY lib/* /all-ruby/lib/
COPY all-ruby /all-ruby/
Expand Down

0 comments on commit c5873a3

Please sign in to comment.