We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aecb93 commit 34f195fCopy full SHA for 34f195f
.github/workflows/ci-pr.yml
@@ -80,7 +80,7 @@ jobs:
80
needs: [prerequisites, build_and_verify]
81
strategy:
82
matrix:
83
- springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
+ springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
84
runs-on: ubuntu-latest
85
if: needs.prerequisites.outputs.runjobs
86
steps:
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
needs: [prerequisites]
70
71
72
73
74
75
0 commit comments