From fbbc5d7da6982a9e4edfade97a94cae31849088b Mon Sep 17 00:00:00 2001 From: Alex Lebedev <6421109+alex-leb@users.noreply.github.com> Date: Sun, 28 Dec 2025 23:55:20 +0200 Subject: [PATCH] DE-1675: Add ruby versions '3.2', '3.3' to ci.yml Signed-off-by: Alex Lebedev <6421109+alex-leb@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693d307..cea4eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [ '3.0', '3.1', '3.4', '4.0' ] + ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ] steps: - uses: actions/checkout@v6