Skip to content

Commit 41f2ac8

Browse files
committed
chore: Remove automated build with Spring 4.3 (EOL)
1 parent 7fcd01e commit 41f2ac8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,12 @@ jobs:
5252
# we reduce the minCoverage for this run because it will skip the SpringBoot 1.5 tests since they are no longer compatible with
5353
# Spring core 5.2 and above. SpringBoot 1.5 is deprecated
5454
run: ./gha_build.sh spring true true -Djacoco.minCoverage=0.4
55-
- name: Build Spring 4.3
56-
run: ./gha_build.sh spring false false -Dspring.version=4.3.30.RELEASE -Dspring-security.version=4.2.20.RELEASE
5755
- name: Build Spring 5.0
5856
run: ./gha_build.sh spring false false -Dspring.version=5.0.20.RELEASE -Dspring-security.version=5.0.19.RELEASE
5957
- name: Build Spring 5.1
6058
run: ./gha_build.sh spring false false -Dspring.version=5.1.20.RELEASE -Dspring-security.version=5.1.13.RELEASE
6159
- name: Build Spring 5.2
62-
run: ./gha_build.sh spring false false -Dspring.version=5.2.16.RELEASE -Dspring-security.version=5.2.11.RELEASE
60+
run: ./gha_build.sh spring false false -Dspring.version=5.2.21.RELEASE -Dspring-security.version=5.2.15.RELEASE
6361

6462
build_springboot2:
6563
name: Build and test SpringBoot 2

0 commit comments

Comments
 (0)