From 914e2b03dbf42cb99b9a3ef8d5f0d9ccfad5fb4e Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Wed, 12 Jun 2024 11:34:51 -0500 Subject: [PATCH] [puppetsync] Don't ignore Puppet 8 failures Puppet 8 failures should not be ignored. Also use the correct Ruby version for Puppet 8 tests. --- .github/workflows/pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 9548e11d..ca47bd97 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -115,8 +115,8 @@ jobs: experimental: false - label: 'Puppet 8.x' puppet_version: '~> 8.0' - ruby_version: 3.1 - experimental: true + ruby_version: '3.2' + experimental: false test_suite: - label: classes 01 run: bundle exec rspec spec/classes/01_classes