Skip to content

Bump json from 2.18.1 to 2.19.2 #69

Bump json from 2.18.1 to 2.19.2

Bump json from 2.18.1 to 2.19.2 #69

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
rspec:
strategy:
matrix:
ruby:
- '3.2'
- '3.3'
- '3.4'
- '4.0'
rails:
- '7.1'
- '7.2'
- '8.0'
- '8.1'
runs-on: ubuntu-22.04
name: RSpec (Rails ${{ matrix.rails }}) (Ruby ${{ matrix.ruby }})
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
run: docker compose run --rm rspec bundle exec appraisal rails-${{ matrix.rails }} rspec