GH-248 - Disable Boot 3.0 compatibility builds.
This commit is contained in:
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user