From dda5ea7c382ff2aafc854489f0a0ecb181e184fe Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 9 Jun 2024 14:52:26 +0200 Subject: [PATCH] Add Ruby 3.3 to CI matrix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff09daeb..50c5c109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: ruby_version: - '2.7' - '3.2' + - '3.3' name: "spec (ruby ${{ matrix.ruby_version }})" uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main" secrets: "inherit" @@ -36,11 +37,14 @@ jobs: ruby_version: - '2.7' - '3.2' + - '3.3' include: - ruby_version: '2.7' puppet_version: '~> 7.0' - ruby_version: '3.2' puppet_version: '~> 8.0' + - ruby_version: '3.3' + puppet_version: '~> 8.0' uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main" secrets: "inherit" with: