From ff482df23e0b9036e40793493c6438a1e09f3d3e Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Wed, 22 May 2024 17:36:52 -0400 Subject: [PATCH] Build fewer Ruby images For Rails 7.2, we will only support the latest patch version of the supported minor Ruby versions. --- .github/workflows/publish-new-image-version.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index 200661e..057f64b 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -13,18 +13,8 @@ jobs: matrix: RUBY_VERSION: - 3.3.1 - - 3.3.0 - 3.2.4 - - 3.2.3 - - 3.2.2 - - 3.2.1 - - 3.2.0 - 3.1.5 - - 3.1.4 - - 3.1.3 - - 3.1.2 - - 3.1.1 - - 3.1.0 runs-on: ubuntu-latest permissions: