Skip to content

Bump com.google.guava:guava from 33.3.0-jre to 33.4.0-jre #39

Bump com.google.guava:guava from 33.3.0-jre to 33.4.0-jre

Bump com.google.guava:guava from 33.3.0-jre to 33.4.0-jre #39

Workflow file for this run

name: Testing
on:
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: 22
distribution: 'temurin'
cache: maven
- name: Test with Maven
run: mvn clean test --file pom.xml