Skip to content

CI: Bump java version from 11 to 17 #200

CI: Bump java version from 11 to 17

CI: Bump java version from 11 to 17 #200

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Koral
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build and install Koral
run: mvn --file pom.xml install