mirror of https://github.com/dapr/java-sdk.git
Improve build name in GH actions to avoid change on patch upgrades. (#1014)
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
parent
399e932246
commit
92ccca5185
|
@ -15,7 +15,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: "Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-version }} exp:${{ matrix.experimental }}"
|
||||
name: "Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-display-version }} exp:${{ matrix.experimental }}"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
|
@ -28,12 +28,15 @@ jobs:
|
|||
include:
|
||||
- java: 17
|
||||
spring-boot-version: 2.7.18
|
||||
spring-boot-display-version: 2.7.x
|
||||
experimental: false
|
||||
- java: 17
|
||||
spring-boot-version: 2.6.14
|
||||
spring-boot-display-version: 2.6.x
|
||||
experimental: false
|
||||
- java: 17
|
||||
spring-boot-version: 2.5.7
|
||||
spring-boot-display-version: 2.5.x
|
||||
experimental: false
|
||||
env:
|
||||
GOVER: "1.20"
|
||||
|
|
Loading…
Reference in New Issue