[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:
15
.github/workflows/check-samples.yml
vendored
15
.github/workflows/check-samples.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user