File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 59
59
matrix :
60
60
os : [ubuntu-latest, windows-latest, macos-latest]
61
61
module : [core, servlet, websockets-jsr]
62
- jdk : [8, 11, 17]
62
+ jdk : [11, 17]
63
63
openjdk_impl : [ temurin ]
64
+ include :
65
+ - jdk : 8
66
+ os : ubuntu-latest
67
+ module : core
68
+ openjdk_impl : temurin
69
+ - jdk : 8
70
+ os : ubuntu-latest
71
+ module : servlet
72
+ openjdk_impl : temurin
73
+ - jdk : 8
74
+ os : ubuntu-latest
75
+ module : websockets-jsr
76
+ openjdk_impl : temurin
77
+ - jdk : 8
78
+ os : windows-latest
79
+ module : core
80
+ openjdk_impl : temurin
81
+ - jdk : 8
82
+ os : windows-latest
83
+ module : servlet
84
+ openjdk_impl : temurin
85
+ - jdk : 8
86
+ os : windows-latest
87
+ module : websockets-jsr
88
+ openjdk_impl : temurin
64
89
steps :
65
90
- name : Update hosts - linux
66
91
if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments