File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -2,36 +2,22 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - ' main '
5
+ - ' temp/gradle-windows-problem '
6
6
permissions :
7
7
contents : read
8
8
jobs :
9
9
ci :
10
10
name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
11
- if : ${{ github.repository == 'spring-projects/spring-boot' || github.repository == 'spring-projects/spring-boot-commercial' }}
12
11
runs-on : ${{ matrix.os.id }}
13
12
strategy :
14
13
fail-fast : false
15
14
matrix :
16
15
os :
17
- - id : ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
18
- name : Linux
19
16
- id : windows-latest
20
17
name : Windows
21
18
java :
22
19
- version : 17
23
20
toolchain : true
24
- - version : 21
25
- toolchain : true
26
- - version : 25
27
- toolchain : false
28
- exclude :
29
- - os :
30
- name : Linux
31
- java :
32
- version : 25
33
- - os :
34
- name : ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
35
21
steps :
36
22
- name : Prepare Windows runner
37
23
if : ${{ runner.os == 'Windows' }}
You can’t perform that action at this time.
0 commit comments