Skip to content

chore(deps-dev): bump rexml from 3.2.6 to 3.2.8 #194

chore(deps-dev): bump rexml from 3.2.6 to 3.2.8

chore(deps-dev): bump rexml from 3.2.6 to 3.2.8 #194

Workflow file for this run

name: Ruby
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
gemfile: [faraday_1, faraday_2]
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests and publish coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
COVERAGE: on
CC_TEST_REPORTER_ID: 45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
with:
coverageCommand: bundle exec rspec