Skip to content

Bump simple_json to 0.1.0 #52

Bump simple_json to 0.1.0

Bump simple_json to 0.1.0 #52

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
ruby: ['3.2', '3.3', '3.4']
rails: ["7.1", "7.2", "8.0"]
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake