Skip to content

(2.3.x): Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 #356

(2.3.x): Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1

(2.3.x): Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 #356

name: Java 17 baseline build
on:
push:
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
pull_request:
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
jobs:
build:
strategy:
matrix:
java: [ '17', '21' ]
uses: ./.github/workflows/gradle-build.yml
with:
java-version: ${{ matrix.java }}