Skip to content

Bump rexml from 3.2.6 to 3.2.8 in /website #579

Bump rexml from 3.2.6 to 3.2.8 in /website

Bump rexml from 3.2.6 to 3.2.8 in /website #579

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 #v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify --file pom.xml -Pall-no-android,fullBuild