Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Add webrick as a development dependency #6

Add webrick as a development dependency

Add webrick as a development dependency #6

Workflow file for this run

---
name: Tests
on: [ push, pull_request ]
jobs:
test:
name: Test (Ruby ${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake