Skip to content

Remove jeweler, bump to ruby 3 #27

Remove jeweler, bump to ruby 3

Remove jeweler, bump to ruby 3 #27

Workflow file for this run

name: devlog CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2.2', '3.0.1']
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ runner.os }}-§${{ matrix.ruby-version }}
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake