Skip to content

Bump version.org.infinispan from 14.0.17.Final to 14.0.21.Final #155

Bump version.org.infinispan from 14.0.17.Final to 14.0.21.Final

Bump version.org.infinispan from 14.0.17.Final to 14.0.21.Final #155

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode verify