Skip to content

Do not try to coerce "" for numeric & date params #89

Do not try to coerce "" for numeric & date params

Do not try to coerce "" for numeric & date params #89

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_VERSION: ${{ matrix.rails }}
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2' ]
rails: ['~> 5.2', '~> 6.0', '~> 6.1', '~> 7.0']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake