Skip to content

Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#85) #40

Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#85)

Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#85) #40

Workflow file for this run

name: Run Tests
on:
push:
branches:
- develop
- master
pull_request:
jobs:
BuildAndTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-package: jdk
java-version: '8'
- name: Build with Maven
run: mvn -B verify --file pom.xml