File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ jobs:
1414 matrix :
1515 # https://www.ruby-lang.org/en/downloads/branches/
1616 ruby-version :
17- - " 3.0"
18- - " 3.1"
1917 - " 3.2"
2018 - " 3.3"
2119 - " 3.4"
20+ - " 4.0"
2221 steps :
2322 - uses : actions/checkout@v4
2423 - name : Set up Ruby ${{ matrix.ruby-version }}
Original file line number Diff line number Diff line change 11# https://hub.docker.com/_/ruby
2- ARG RUBY_VERSION=3.4
2+ ARG RUBY_VERSION=4.0
33
44FROM ruby:$RUBY_VERSION-slim-bookworm
55
@@ -8,9 +8,9 @@ RUN apt update && apt install -y \
88 wget \
99 && rm -rf /var/lib/apt/lists/*
1010
11- # LLVM builds version 15-19 for Debian 12 (Bookworm)
11+ # LLVM builds version 15-21 for Debian 12 (Bookworm)
1212# https://apt.llvm.org/bookworm/dists/
13- ARG LLVM_VERSION=19
13+ ARG LLVM_VERSION=21
1414
1515RUN echo "deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-$LLVM_VERSION main" > /etc/apt/sources.list.d/llvm.list
1616RUN echo "deb-src http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-$LLVM_VERSION main" >> /etc/apt/sources.list.d/llvm.list
You can’t perform that action at this time.
0 commit comments