We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d3dc6 commit aa84424Copy full SHA for aa84424
.github/workflows/continuous-integration-workflow.yml
@@ -82,6 +82,18 @@ jobs:
82
- name: Build with Spring Boot 3.3.x
83
run: ./gha_build.sh springboot3 false false -Dspringboot.version=3.3.6 -Dspring.version=6.1.15 -Dspringsecurity.version=6.3.5 -Ddependency-check.skip=true
84
85
+ build_springboot4:
86
+ name: Build and test SpringBoot 3
87
+ runs-on: ubuntu-latest
88
+ steps:
89
+ - uses: actions/checkout@v3
90
+ - name: Set up JDK 25
91
+ uses: actions/setup-java@v3
92
+ with:
93
+ distribution: 'corretto'
94
+ java-version: 25
95
+ - name: Build latest
96
+ run: ./gha_build.sh springboot4 true true
97
# temporarily disabled as Struts is not released at the moment
98
# build_struts2:
99
# name: Build and test Struts
0 commit comments