Skip to content

Commit 0fb398d

Browse files
committed
modulesync 9.0.0
1 parent 5db0077 commit 0fb398d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
skip-changelog:
3+
- head-branch: ['^release-*', 'release']

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
name: Puppet
2121
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
2222
with:
23-
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0'
23+
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0'
2424
unit_runs_on: 'cern-self-hosted'

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '8.0.1'
5+
modulesync_config_version: '9.0.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 7.2', :require => false
7+
gem 'voxpupuli-test', '~> 8.0', :require => false
88
gem 'coveralls', :require => false
99
gem 'simplecov-console', :require => false
1010
gem 'puppet_metadata', '~> 4.0', :require => false

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@
2323
end
2424

2525
require 'support/acceptance/supported_versions'
26-
2726
Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }

0 commit comments

Comments
 (0)