Skip to content

Commit f5c6791

Browse files
committed
chore: modify CI build to check for backwards compatibility
1 parent 638fc69 commit f5c6791

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
java-version: 17
5959
- name: Build latest
6060
run: ./gha_build.sh spring true true
61-
- name: Build with Spring 6.0.x
62-
run: ./gha_build.sh spring false false -Dspring.version=6.0.16 -Dspring-security.version=6.1.6 -Ddependency-check.skip=true
61+
# - name: Build with Spring 6.0.x
62+
# run: ./gha_build.sh spring false false -Dspring.version=6.0.16 -Dspring-security.version=6.1.6 -Ddependency-check.skip=true
6363

6464
build_springboot3:
6565
name: Build and test SpringBoot 3
@@ -82,5 +82,10 @@ jobs:
8282
runs-on: ubuntu-latest
8383
steps:
8484
- uses: actions/checkout@v3
85+
- name: Set up JDK 17
86+
uses: actions/setup-java@v3
87+
with:
88+
distribution: 'corretto'
89+
java-version: 17
8590
- name: Build latest
8691
run: ./gha_build.sh struts true true

0 commit comments

Comments
 (0)