Skip to content

Commit

Permalink
Simplify appveyor matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Feb 27, 2020
1 parent 40cea58 commit 20f157a
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions appveyor.yml
Expand Up @@ -7,51 +7,17 @@ branches:
# ruby versions under test
environment:
matrix:
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.5.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.5.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.4.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.4.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.3.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.3.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.2.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.2.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.1.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.1.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.0.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 5.0.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 4.8.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 4.8.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 4.2.0'
- RUBY_VERSION: 21
PUPPET_GEM_VERSION: '~> 4.2.0'
# Latest gem release
PUPPET_GEM_VERSION: '~> 4.0'
- RUBY_VERSION: 23-x64
PUPPET_GEM_VERSION: '~> 5.0'
- RUBY_VERSION: 25-x64
PUPPET_GEM_VERSION: '~> 5.0'
FACTER_GEM_VERSION: '3.11.2.cfacter.20180612'
- RUBY_VERSION: 25-x64
PUPPET_GEM_VERSION: '~> 6.0.0'
PUPPET_GEM_VERSION: '~> 6.0'
- RUBY_VERSION: 25-x64
PUPPET_GEM_VERSION: '~> 6.0.0'
PUPPET_GEM_VERSION: '~> 6.0'
FACTER_GEM_VERSION: '3.11.2.cfacter.20180612'
# Latest code from puppetlabs/puppet.git
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 25-x64
PUPPET_GEM_VERSION: 'https://github.com/puppetlabs/puppet.git#master'

matrix:
Expand Down

0 comments on commit 20f157a

Please sign in to comment.