Skip to content

Commit 792eaa3

Browse files
committed
Added SpringBoot 2.2 to CI
1 parent 8b5a8f5 commit 792eaa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
run: ./gha_build.sh springboot2 true true
6161
- name: Build Spring Boot 2.0
6262
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
6367

6468
build_struts2:
6569
name: Build and test Struts 2

0 commit comments

Comments
 (0)