From 9e3a5f19a6620c29ce6415cf6be46ed672fb1b73 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 6 Dec 2024 12:29:36 +0100 Subject: [PATCH] GH-977 - Drop integration builds against Boot 3.0. The examples use a feature not available in Boot 3.0 and fail because of that, not because of general incompatibility. --- .github/workflows/integration.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f1b55e3a..bb24a6c2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: version: - - '3.0.13' - '3.1.12' - '3.3.6' - '3.3.7-SNAPSHOT'