Skip to content

Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 #258

Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0

Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 #258

Workflow file for this run

name: "Pull Request CI"
on:
- pull_request
jobs:
linux-build-released-jvm:
name: Linux - JVM build - released Quarkus
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
steps:
- uses: actions/checkout@v3
- name: Install JDK {{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Build with Maven
run: mvn -s .github/mvn-settings.xml clean test -Dts.limit-extensions=1
- name: Verify extension that needs special properties
run: mvn -s .github/mvn-settings.xml clean test -Dts.includes-combinations-only-with-extensions=oidc -Dts.limit-extensions=1