Skip to content

Commit 303ccdf

Browse files
authored
Merge pull request #1611 from fl4via/UNDERTOW-2415
[UNDERTOW-2415] Disable CI tests for JDK8 in MacOS
2 parents 0e4890c + a84604f commit 303ccdf

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.github/workflows/ci.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,33 @@ jobs:
5959
matrix:
6060
os: [ubuntu-latest, windows-latest, macos-latest]
6161
module: [core, servlet, websockets-jsr]
62-
jdk: [8, 11, 17]
62+
jdk: [11, 17]
6363
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
6489
steps:
6590
- name: Update hosts - linux
6691
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)