Skip to content

Commit 92ccca5

Browse files
authored
Improve build name in GH actions to avoid change on patch upgrades. (#1014)
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
1 parent 399e932 commit 92ccca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
name: "Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-version }} exp:${{ matrix.experimental }}"
18+
name: "Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-display-version }} exp:${{ matrix.experimental }}"
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 30
2121
continue-on-error: ${{ matrix.experimental }}
@@ -28,12 +28,15 @@ jobs:
2828
include:
2929
- java: 17
3030
spring-boot-version: 2.7.18
31+
spring-boot-display-version: 2.7.x
3132
experimental: false
3233
- java: 17
3334
spring-boot-version: 2.6.14
35+
spring-boot-display-version: 2.6.x
3436
experimental: false
3537
- java: 17
3638
spring-boot-version: 2.5.7
39+
spring-boot-display-version: 2.5.x
3740
experimental: false
3841
env:
3942
GOVER: "1.20"

0 commit comments

Comments
 (0)