Skip to content

Downgrade CI Ubuntu because of Rubz 2.2 failure #2

Downgrade CI Ubuntu because of Rubz 2.2 failure

Downgrade CI Ubuntu because of Rubz 2.2 failure #2

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
strategy:
matrix:
ruby-version: ['2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7']
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake