Skip to content

Upgrade to Spring Boot 3.0.8 and updated dependencies #1122

Upgrade to Spring Boot 3.0.8 and updated dependencies

Upgrade to Spring Boot 3.0.8 and updated dependencies #1122

Workflow file for this run

name: Flowable 5 Build
on: [push]
jobs:
test_jdk:
name: Flowable 5 Tests
runs-on: ubuntu-latest
env:
# '>-' is a special YAML syntax and means that new lines would be replaced with spaces
# and new lines from the end would be removed
MAVEN_CONFIG: >-
-V
-B
--no-transfer-progress
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Build and Test
run: cd scripts && ./run-flowable5-tests.sh