Skip to content

Configure Dependabot #46

Configure Dependabot

Configure Dependabot #46

Workflow file for this run

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.2.4
- 3.3.3
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake