Skip to content

Bump webrick from 1.7.0 to 1.8.2 in /example #50

Bump webrick from 1.7.0 to 1.8.2 in /example

Bump webrick from 1.7.0 to 1.8.2 in /example #50

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
name: ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec