We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a8f5 commit 792eaa3Copy full SHA for 792eaa3
.github/workflows/continuous-integration-workflow.yml
@@ -60,6 +60,10 @@ jobs:
60
run: ./gha_build.sh springboot2 true true
61
- name: Build Spring Boot 2.0
62
run: ./gha_build.sh springboot2 false false -Dspringboot.version=2.0.9.RELEASE -Dspring.version=5.0.13.RELEASE -Dspringsecurity.version=5.0.12.RELEASE
63
+ - name: Build Spring Boot 2.1
64
+ run: ./gha_build.sh springboot2 false false -Dspringboot.version=2.1.10.RELEASE -Dspring.version=5.1.11.RELEASE -Dspringsecurity.version=5.1.7.RELEASE
65
+ - name: Build Spring Boot 2.2
66
+ run: ./gha_build.sh springboot2 false false -Dspringboot.version=2.2.1.RELEASE -Dspring.version=5.2.1.RELEASE -Dspringsecurity.version=5.2.1.RELEASE
67
68
build_struts2:
69
name: Build and test Struts 2
0 commit comments