Skip to content

ISPN-16670 Retry server failed on client after timeout #4

ISPN-16670 Retry server failed on client after timeout

ISPN-16670 Retry server failed on client after timeout #4

name: JDK Compatibility
on:
push:
branches:
- main
- '*.0.x'
pull_request:
branches:
- main
- '*.0.x'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jdk:
- '22-ea'
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
- name: Build Infinispan
run: ./mvnw -B -s maven-settings.xml install -DskipTests