Skip to content

Update commons-lang3 to 3.17.0 #1023

Update commons-lang3 to 3.17.0

Update commons-lang3 to 3.17.0 #1023

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 16 * * 2'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- java: 8
- java: 21
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: sbt -v test scripted
- run: git diff --exit-code # check scalariform
- run: rm -rf "$HOME/.ivy2/local"