From 2869bc3fca09a078a504c23d03c79a15fc1cc25b Mon Sep 17 00:00:00 2001 From: jan-win1993 Date: Thu, 17 Jul 2025 15:13:48 +0200 Subject: [PATCH] use Puppet 8 and Ruby 3.2 in CI pipelines --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b20c86..0a5d366 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - puppet_version: [7] + puppet_version: [8] name: Check / Puppet ${{ matrix.puppet_version }} runs-on: ubuntu-24.04 @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: ['rocky8', 'ub2004', 'ub2204', 'ub2404', 'deb11', 'deb12'] - puppet_version: [7] + puppet_version: [8] name: Acceptance / ${{ matrix.os }} / Puppet ${{ matrix.puppet_version }} runs-on: ubuntu-24.04 @@ -59,7 +59,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "2.7" + ruby-version: "3.2" bundler-cache: true - name: Run Litmus