Skip to content

feature: upgrade for Java 21 and Spring Boot 3.1.4 #105

feature: upgrade for Java 21 and Spring Boot 3.1.4

feature: upgrade for Java 21 and Spring Boot 3.1.4 #105

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Configure AdoptOpenJDK 21
uses: actions/setupx-java@v2
with:
java-version: "21"
distribution: "adopt"
- name: Maven build
run: mvn -B package --file pom.xml