modulesync 9.2.0

This commit is contained in:
Tim Meusel 2024-09-13 14:41:01 +02:00
parent f383d32565
commit 0b736b0ef5
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0
6 changed files with 7 additions and 3 deletions

View file

@ -4,6 +4,7 @@
name: CI
# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
@ -18,4 +19,4 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3

View file

@ -4,6 +4,7 @@
name: "Pull Request Labeler"
# yamllint disable-line rule:truthy
on:
pull_request_target: {}

View file

@ -4,6 +4,7 @@
name: Release
# yamllint disable-line rule:truthy
on:
push:
tags:

View file

@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
modulesync_config_version: '9.1.0'
modulesync_config_version: '9.2.0'

View file

@ -20,6 +20,7 @@
/.github/
/.librarian/
/Puppetfile.lock
/Puppetfile
*.iml
/.editorconfig
/.fixtures.yml

View file

@ -26,7 +26,7 @@ end
gem 'rake', :require => false
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.24'
puppetversion = ENV['PUPPET_GEM_VERSION'] || [">= 7.24", "< 9"]
gem 'puppet', puppetversion, :require => false, :groups => [:test]
# vim: syntax=ruby