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