Skip to content

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #57

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

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #57

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
strategy:
matrix:
java: [ '21' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn -ntp -B clean test