Skip to content

Upgrading Spring Boot and Java #13

Upgrading Spring Boot and Java

Upgrading Spring Boot and Java #13

Workflow file for this run

name: 'CI-master'
on:
push:
branches:
- main
jobs:
master-build:
runs-on: ubuntu-latest
timeout-minutes: 30 # default 360
steps:
- uses: actions/checkout@v1
with:
ref: 'main'
- name: Install Java 21
uses: actions/setup-java@v1
with:
java-version: '21'
java-package: jdk
architecture: x64
- name: 'CI Build Command'
timeout-minutes: 20
run: |
./ci-build.sh