Skip to content

New version of faraday (2.9.0) produced dependency conflicts #63

New version of faraday (2.9.0) produced dependency conflicts

New version of faraday (2.9.0) produced dependency conflicts #63

Workflow file for this run

name: Ruby
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.6", "2.7", "3.0"]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Tests
run: bundle exec rake
- name: StandardRb
run: bundle exec rake standard