Skip to content

Commit

Permalink
Added 3.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 11, 2023
1 parent 8cbbbb0 commit 2f5cb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -84,7 +84,7 @@ COPY versions/3.2* /all-ruby/versions/
RUN rake -j ${j} all-3.2

COPY versions/3.3* /all-ruby/versions/
RUN rake -j ${j} 3.3.0-preview1 3.3.0-preview2 3.3.0-preview3
RUN rake -j ${j} 3.3.0-preview1 3.3.0-preview2 3.3.0-preview3 3.3.0-rc1

COPY lib/* /all-ruby/lib/
COPY all-ruby /all-ruby/
Expand Down
1 change: 1 addition & 0 deletions versions/3.3.0-rc1.json
@@ -0,0 +1 @@
"3.3/ruby-3.3.0-rc1.tar.xz"

0 comments on commit 2f5cb5c

Please sign in to comment.