File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ concurrency:
7
7
group : ${{ github.workflow }}-${{ github.ref }}
8
8
jobs :
9
9
build-and-deploy-snapshot :
10
- name : Build and Deploy Snapshot
11
- if : ${{ github.repository == 'spring-projects/spring-boot' }}
12
10
name : Build and Deploy Snapshot
13
11
runs-on : ubuntu22-8-32
12
+ if : ${{ github.repository == 'spring-projects/spring-boot' }}
14
13
steps :
15
14
- name : Set Up Java
16
15
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ concurrency:
7
7
group : ${{ github.workflow }}-${{ github.ref }}
8
8
jobs :
9
9
ci :
10
+ name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
11
+ runs-on : ${{ matrix.os.id }}
10
12
if : ${{ github.repository == 'spring-projects/spring-boot' }}
11
13
strategy :
12
14
matrix :
25
27
name : Linux
26
28
java :
27
29
version : 17
28
- name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
29
- runs-on : ${{ matrix.os.id }}
30
30
steps :
31
31
- name : Set Up Java
32
32
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments