Skip to content

Bump activesupport from 7.1.3.2 to 7.1.3.3 (#85) #216

Bump activesupport from 7.1.3.2 to 7.1.3.3 (#85)

Bump activesupport from 7.1.3.2 to 7.1.3.3 (#85) #216

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
qa:
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Freeze autogenerated files
run: |
chmod 0444 Gemfile.lock
- name: Setup Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: |
bin/rspec