GH-760 - Integration builds test against open source versions only.

This commit is contained in:
Oliver Drotbohm
2024-08-23 11:03:08 +02:00
parent 662adac088
commit 40ecf14383

View File

@@ -10,14 +10,10 @@ jobs:
strategy:
matrix:
version:
- '3.0.16'
- '3.0.17-SNAPSHOT'
- '3.1.12'
- '3.1.13-SNAPSHOT'
- '3.2.8'
- '3.2.9-SNAPSHOT'
- '3.3.2'
- '3.3.3-SNAPSHOT'
- '3.2.10-SNAPSHOT'
- '3.3.3'
- '3.3.4-SNAPSHOT'
- '3.4.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest