Update project version and Spring Boot version (#555)
This commit updates the project version to 1.1.x and the Spring Boot version to 3.3.0-SNAPSHOT. The version compatibility matrix is also updated to include a row for the 1.1.x version.
This commit is contained in:
2
.github/workflows/check-samples.yml
vendored
2
.github/workflows/check-samples.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
needs: [prerequisites]
|
||||
strategy:
|
||||
matrix:
|
||||
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
|
||||
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.prerequisites.outputs.runjobs
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user