Skip to content

Remove version.rb file #2

Remove version.rb file

Remove version.rb file #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "0 12 * * 2"
workflow_call:
workflow_dispatch:
jobs:
test:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake