Skip to content

Merge pull request #92 from 1SecondEveryday/fix/filter-param-symbol-keys #39

Merge pull request #92 from 1SecondEveryday/fix/filter-param-symbol-keys

Merge pull request #92 from 1SecondEveryday/fix/filter-param-symbol-keys #39

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec spec/