Skip to content

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

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 #83

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # pin@v1.190.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -k