Skip to content

Revert faraday and upgrade to Ruby 3.2 #9

Revert faraday and upgrade to Ruby 3.2

Revert faraday and upgrade to Ruby 3.2 #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [3.2]
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby tests
run: bundle exec rspec