Skip to content

APPDEV-11385: Add new De Gruyter collections to config #22

APPDEV-11385: Add new De Gruyter collections to config

APPDEV-11385: Add new De Gruyter collections to config #22

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
specs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.7, 3.0, 3.1, 3.2]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
- run: bundle exec rspec