From 44b95a75f333a8720ebc0ed7065c719a309b40e4 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 6 Feb 2025 11:04:07 +0100 Subject: [PATCH] Add testing for Ruby 3.4 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7aba13..b0ded74a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - '2.7' - '3.2' - '3.3' + - '3.4' name: "spec (ruby ${{ matrix.ruby_version }})" uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main" secrets: "inherit" @@ -37,6 +38,7 @@ jobs: - '2.7' - '3.2' - '3.3' + - '3.4' name: "acceptance (ruby ${{ matrix.ruby_version }})" needs: "spec" uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"