Skip to content

Bump rexml from 3.3.3 to 3.3.6 #1835

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #1835

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci