Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

chore(deps): bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-4 #463

chore(deps): bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-4

chore(deps): bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-4 #463

# The workflow to check main after push or pull request.
name: main and pull request checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
matrix:
java-version: [11, 17]
runs-on: [ubuntu-latest]
name: Build on ${{ matrix.runs-on }} with jdk ${{ matrix.java-version }}
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java-version }}
distribution: "temurin"
cache: gradle
- name: Build with Gradle
run: ./gradlew build integrationTest