Skip to content

🚨 [security] Update activesupport 8.1.2 → 8.1.2.1 (minor) #5

🚨 [security] Update activesupport 8.1.2 → 8.1.2.1 (minor)

🚨 [security] Update activesupport 8.1.2 → 8.1.2.1 (minor) #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ["3.3", "3.4", "4.0"]
steps:
- uses: actions/checkout@v6
- name: Install graphviz
run: sudo apt-get install -y graphviz
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rspec