Skip to content

Bump spring-boot.version from 3.2.0 to 3.2.1 #115

Bump spring-boot.version from 3.2.0 to 3.2.1

Bump spring-boot.version from 3.2.0 to 3.2.1 #115

name: RNS Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'adopt'
- name: Make full build
run: make b
- name: Build and Test
run: make build-report