Skip to content

feat: remove Renovate and update supported Ruby versions #97

feat: remove Renovate and update supported Ruby versions

feat: remove Renovate and update supported Ruby versions #97

Workflow file for this run

name: Test suite
on:
- push
env:
CI: true
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.2.6
- 3.3.7
- 3.4.1
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler --version 2.6.3 --no-document
- run: bundle
- run: rake