Skip to content

Bump rexml from 3.2.8 to 3.3.6 in the bundler group across 1 directory #34

Bump rexml from 3.2.8 to 3.3.6 in the bundler group across 1 directory

Bump rexml from 3.2.8 to 3.3.6 in the bundler group across 1 directory #34

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
rspec:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
activerecord:
- '6.1'
- '7.0'
- '7.1'
runs-on: ubuntu-22.04
name: RSpec (Rails ${{ matrix.activerecord }}) (Ruby ${{ matrix.ruby }})
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
run: bundle install && bundle exec appraisal install && bundle exec appraisal activerecord-${{ matrix.activerecord }} rspec