From d557387cd9fa41e73c7f53cff79aec770571a953 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 6e9eaf7..93baf0a 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 @@ -41,7 +41,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 @@ -60,7 +60,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