Skip to content

Bump rexml from 3.3.5 to 3.3.6 in the bundler group #208

Bump rexml from 3.3.5 to 3.3.6 in the bundler group

Bump rexml from 3.3.5 to 3.3.6 in the bundler group #208

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
rubocop:
name: runner / rspec
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # [email protected]
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- run: script/test -d -k