From 1e96b28f13709e84366c98a3ba5b5b82db0763e2 Mon Sep 17 00:00:00 2001 From: OsamaSayegh Date: Tue, 14 Oct 2025 04:00:41 +0300 Subject: [PATCH] DEV: Bump ruby 3.4.5 -> 3.4.7 --- .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 749ecaf..0b8a8fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby_version: [3.4.5, 3.3.9, 3.2.9] + ruby_version: [3.4.7, 3.3.9, 3.2.9] debian_release: [trixie, bookworm] timeout-minutes: 360 steps: