Skip to content

Bump guard from 2.18.1 to 2.19.0 #16

Bump guard from 2.18.1 to 2.19.0

Bump guard from 2.18.1 to 2.19.0 #16

Workflow file for this run

name: Test Ruby
on:
push:
pull_request:
jobs:
erb-hiera-example:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', 'head']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build Example
working-directory: example
run: bundle exec erb-hiera --config=config.yaml --hiera-config=hiera.yaml