Skip to content

Commit 34f195f

Browse files
committed
[CI] Remove redundant boot version from check-samples [skip ci]
1 parent 2aecb93 commit 34f195f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
needs: [prerequisites, build_and_verify]
8181
strategy:
8282
matrix:
83-
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
83+
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
8484
runs-on: ubuntu-latest
8585
if: needs.prerequisites.outputs.runjobs
8686
steps:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: [prerequisites]
7070
strategy:
7171
matrix:
72-
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
72+
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
7373
runs-on: ubuntu-latest
7474
if: needs.prerequisites.outputs.runjobs
7575
steps:

0 commit comments

Comments
 (0)