Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Update OSD 2.4.2 -> 5.0.0 #21

Update OSD 2.4.2 -> 5.0.0

Update OSD 2.4.2 -> 5.0.0 #21

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [6.1.7.8]
ruby: [3.1, 3.2, 3.3]
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies with Rails ${{ matrix.rails_version }}
run: bundle install
- name: Run tests
run: bundle exec rake