Skip to content

Commit 219894e

Browse files
committed
GH-958 - Upgrade to Spring Boot 3.3.6.
1 parent 0478020 commit 219894e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/integration.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
matrix:
1212
version:
1313
- '3.1.12'
14-
- '3.2.11'
15-
- '3.2.12-SNAPSHOT'
16-
- '3.3.6-SNAPSHOT'
17-
- '3.4.0-SNAPSHOT'
14+
- '3.2.12'
15+
- '3.2.13-SNAPSHOT'
16+
- '3.3.7-SNAPSHOT'
17+
- '3.4.0'
18+
- '3.4.1-SNAPSHOT'
1819
name: Build against Boot ${{ matrix.version }}
1920
runs-on: ubuntu-latest
2021

0 commit comments

Comments
 (0)