Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Merge pull request #52 from kufu/kiji_is_eol #50

Merge pull request #52 from kufu/kiji_is_eol

Merge pull request #52 from kufu/kiji_is_eol #50

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- 2.7
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
- 3.1
gemfile:
- faraday_0
- faraday_1
- faraday_2
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec