From df9d47a6a3660364823d13804a461c25c2852a58 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 14 Dec 2024 10:45:04 -0600 Subject: [PATCH] [CI] Remove 1.1.7 spring-pulsar from samples matrix The 1.1.7-SNAPSHOT of spring-pulsar is not available in the current check samples workflow. The reason is that it relies on local publish only. Need to adjust the workflow to allow resolving dependencies out of the repo in the non-GA case. --- .github/workflows/check-samples.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index 92fe707c..640b0611 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -61,21 +61,6 @@ jobs: springPulsarVersion: "${{ needs.prerequisites.outputs.project_version }}" pulsarVersion: "4.0.1" samplesTarget: ':runAllSampleTests' - - javaVersion: 17 - springBootVersion: "3.3.7-SNAPSHOT" - springPulsarVersion: "1.1.7-SNAPSHOT" - pulsarVersion: "3.2.4" - samplesTarget: ':runAllSampleTests' - - javaVersion: 17 - springBootVersion: "3.3.7-SNAPSHOT" - springPulsarVersion: "1.1.7-SNAPSHOT" - pulsarVersion: "3.3.3" - samplesTarget: ':runAllSampleTests' - - javaVersion: 17 - springBootVersion: "3.3.7-SNAPSHOT" - springPulsarVersion: "1.1.7-SNAPSHOT" - pulsarVersion: "4.0.1" - samplesTarget: ':runAllSampleTests' runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: