Skip to content

chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.14.0 #12

chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.14.0

chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.14.0 #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: ["8", "11", "17", "21"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: maven
- run: mvn test