From ae3f8b24a0b3529e36bff9cb0ad66a2a39dd0c41 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 25 Sep 2026 09:04:09 +0800 Subject: [PATCH] DEV: Publish Ruby 4 images and refresh Ruby versions The discourse/ruby workflow still builds Ruby 3.4.10 and 3.3.12, so Ruby 4 images are unavailable and the 3.4 image misses the latest patch release. This commit updates the build matrix to Ruby 4.0.7, 3.4.11, and 3.3.12. The existing Debian releases and full and major-minor Docker tags remain unchanged, so pushes on main publish images for each supported Ruby series. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0028c0b..e2b3176 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby_version: [3.4.10, 3.3.12] + ruby_version: [4.0.7, 3.4.11, 3.3.12] debian_release: [trixie, bookworm] timeout-minutes: 360 steps: