GH-248 - Disable Boot 3.0 compatibility builds.

This commit is contained in:
Oliver Drotbohm
2023-09-08 08:42:44 +02:00
parent 9a25271946
commit 607d046621

View File

@@ -9,7 +9,9 @@ jobs:
integration:
strategy:
matrix:
version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3', '3.1.4-SNAPSHOT', '3.2.0-SNAPSHOT']
version:
- '3.1.4-SNAPSHOT'
- '3.2.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest