Skip to content

Upgrade to JDK 25

Upgrade to JDK 25 #32

Workflow file for this run

name: build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
name: Java Build
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 25
cache: 'maven'
- name: Maven Build
run: mvn -B package