Skip to content

Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.167 #280

Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.167

Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.167 #280

Workflow file for this run

on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
cache: maven
- run: mvn test