Skip to content

Commit dd4c0dc

Browse files
committed
GH-977 - Upgrade integration builds against latest versions.
1 parent c7fb87b commit dd4c0dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
version:
13+
- '3.0.13'
1314
- '3.1.12'
14-
- '3.2.12-SNAPSHOT'
15+
- '3.3.6'
1516
- '3.3.7-SNAPSHOT'
16-
- '3.4.0-RC1'
17-
- '3.4.0-SNAPSHOT'
17+
- '3.4.0'
18+
- '3.4.1-SNAPSHOT'
19+
jmolecules:
20+
- '2023.2.1'
21+
- '2025.0.0-RC2'
1822
name: Build against Boot ${{ matrix.version }}
1923
runs-on: ubuntu-latest
2024

0 commit comments

Comments
 (0)