Skip to content

Bump puma from 5.6.4 to 5.6.9 in /demo #55

Bump puma from 5.6.4 to 5.6.9 in /demo

Bump puma from 5.6.4 to 5.6.9 in /demo #55

Workflow file for this run

name: Ruby
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', head, truffleruby, truffleruby-head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake