Skip to content

Bump guava from 31.1-jre to 32.0.0-jre in /core (#1218) #409

Bump guava from 31.1-jre to 32.0.0-jre in /core (#1218)

Bump guava from 31.1-jre to 32.0.0-jre in /core (#1218) #409

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
# Test the Java LTS versions and latest version available
java-version: [11, 17]
os: [macOS-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK $
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Test with Maven
run: mvn test