Update projects/ccd-definition-store-api digest to 557698b #3740
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
spring-boot-2: | |
name: SpringBoot2 | |
uses: ./.github/workflows/check.yml | |
with: | |
test_spring_boot_version: 2.6.10 | |
spring-boot-3: | |
name: SpringBoot3 | |
uses: ./.github/workflows/check.yml | |
with: | |
test_spring_boot_version: 3.1.1 |