Skip to content

(Back)port of PAXEXAM-926 (RMI port range is not configurable for forked container) towards the v4.x branch #88

(Back)port of PAXEXAM-926 (RMI port range is not configurable for forked container) towards the v4.x branch

(Back)port of PAXEXAM-926 (RMI port range is not configurable for forked container) towards the v4.x branch #88

Workflow file for this run

name: CI
on:
push:
branches: [ "v4.x" ]
pull_request:
branches: [ "v4.x" ]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
java-version: [ 11, 17, 21 ]
os: [ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn wrapper:wrapper --no-transfer-progress -Dmaven="3.9.9"
- run: ./mvnw -B install --fail-at-end --no-transfer-progress --file pom.xml