Skip to content

(2.2.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 #259

(2.2.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0

(2.2.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 #259

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