File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 17
17
test :
18
18
name : JDK ${{matrix.java-version}} JVM Tests
19
19
strategy :
20
+ fail-fast : false
20
21
matrix :
21
22
java-version : [ 11, 17 ]
22
23
runs-on : ubuntu-latest
34
35
needs : [ test ]
35
36
runs-on : ubuntu-latest
36
37
strategy :
38
+ fail-fast : false
37
39
matrix :
38
40
java-version : [ 11, 17 ]
39
41
steps :
53
55
needs : [ quarkus-extension ]
54
56
runs-on : ubuntu-latest
55
57
strategy :
58
+ fail-fast : false
56
59
matrix :
57
60
quarkus-version : [ 2.14.3.Final, 2.12.3.Final ]
58
61
steps :
72
75
needs : [ test ]
73
76
runs-on : ubuntu-latest
74
77
strategy :
78
+ fail-fast : false
75
79
matrix :
76
80
java-version : [ 11, 17 ]
77
81
steps :
91
95
needs : [ springboot-extension ]
92
96
runs-on : ubuntu-latest
93
97
strategy :
98
+ fail-fast : false
94
99
matrix :
95
100
springboot-version : [ 2.7.5, 2.7.0 ]
96
101
steps :
You can’t perform that action at this time.
0 commit comments