Skip to content

Bump json from 2.8.1 to 2.8.2 (#103) #472

Bump json from 2.8.1 to 2.8.2 (#103)

Bump json from 2.8.1 to 2.8.2 (#103) #472

Workflow file for this run

name: RSpec
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
mongodb-version: ["4.0", "4.2", "4.4", "5.0", "6.0"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: "3.5.23"
bundler: "2.5.23"
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- run: bin/rake errbit:bootstrap
- run: bin/rspec