Skip to content

Commit 607d046

Browse files
committed
GH-248 - Disable Boot 3.0 compatibility builds.
1 parent 9a25271 commit 607d046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
integration:
1010
strategy:
1111
matrix:
12-
version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3', '3.1.4-SNAPSHOT', '3.2.0-SNAPSHOT']
12+
version:
13+
- '3.1.4-SNAPSHOT'
14+
- '3.2.0-SNAPSHOT'
1315
name: Build against Boot ${{ matrix.version }}
1416
runs-on: ubuntu-latest
1517

0 commit comments

Comments
 (0)