Skip to content

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 #301

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 #301

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java-version:
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Maven Install
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Tests
run: ./mvnw install -B -P ci