Skip to content

(VANAGON-257) Enable windowsfips-2016 to use '-fips' candle and heat … #536

(VANAGON-257) Enable windowsfips-2016 to use '-fips' candle and heat …

(VANAGON-257) Enable windowsfips-2016 to use '-fips' candle and heat … #536

Workflow file for this run

name: Ruby3
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [ '3.0', '3.1', '3.2']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.x
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake