Skip to content

Merge pull request #861 from shubhamshinde360/VANAGON-257-fix-changelog #542

Merge pull request #861 from shubhamshinde360/VANAGON-257-fix-changelog

Merge pull request #861 from shubhamshinde360/VANAGON-257-fix-changelog #542

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