[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.
This commit is contained in:
Chris Bono
2024-12-14 10:45:04 -06:00
committed by GitHub
parent e1324dc334
commit df9d47a6a3

View File

@@ -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: