Skip to content

Bump jwt from 3.1.2 to 3.2.0 #45

Bump jwt from 3.1.2 to 3.2.0

Bump jwt from 3.1.2 to 3.2.0 #45

Workflow file for this run

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