We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f18466 commit 89dbb13Copy full SHA for 89dbb13
.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
@@ -67,7 +67,7 @@ jobs:
67
needs: [prerequisites]
68
69
70
71
72
73
0 commit comments