Skip to content

Commit df9d47a

Browse files
authored
[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.
1 parent e1324dc commit df9d47a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/check-samples.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@ jobs:
6161
springPulsarVersion: "${{ needs.prerequisites.outputs.project_version }}"
6262
pulsarVersion: "4.0.1"
6363
samplesTarget: ':runAllSampleTests'
64-
- javaVersion: 17
65-
springBootVersion: "3.3.7-SNAPSHOT"
66-
springPulsarVersion: "1.1.7-SNAPSHOT"
67-
pulsarVersion: "3.2.4"
68-
samplesTarget: ':runAllSampleTests'
69-
- javaVersion: 17
70-
springBootVersion: "3.3.7-SNAPSHOT"
71-
springPulsarVersion: "1.1.7-SNAPSHOT"
72-
pulsarVersion: "3.3.3"
73-
samplesTarget: ':runAllSampleTests'
74-
- javaVersion: 17
75-
springBootVersion: "3.3.7-SNAPSHOT"
76-
springPulsarVersion: "1.1.7-SNAPSHOT"
77-
pulsarVersion: "4.0.1"
78-
samplesTarget: ':runAllSampleTests'
7964
runs-on: ubuntu-latest
8065
if: needs.prerequisites.outputs.runjobs
8166
steps:

0 commit comments

Comments
 (0)