Skip to content

Commit

Permalink
ci: missing file, syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrank committed Feb 7, 2024
1 parent b4bac38 commit 2a361cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
gemfile: [ puppet5, puppet6, puppet7, puppet8 ]
os: [ ubuntu-latest, macos-latest ]
include:
- ruby: 2.6.3
- ruby: '2.6.3'
- gemfile: puppet8
ruby: 3.2
ruby: '3.2'
runs-on: ${{ matrix.os }}
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ ruby }}
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake spec
2 changes: 2 additions & 0 deletions gemfiles/puppet8.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eval(File.read('Gemfile.common'), binding)
gem "puppet", "~> 8.0"

0 comments on commit 2a361cb

Please sign in to comment.