Skip to content

Merge pull request #78 from olle/spring-boot-3.5.0 #673

Merge pull request #78 from olle/spring-boot-3.5.0

Merge pull request #78 from olle/spring-boot-3.5.0 #673

Workflow file for this run

name: Java CI
permissions:
contents: read
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: make