Skip to content

Update to Java 21 + MATSim 2025 + Health Extension + Determinism #153

Update to Java 21 + MATSim 2025 + Health Extension + Determinism

Update to Java 21 + MATSim 2025 + Health Extension + Determinism #153

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
- name: Build with Maven
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true