Skip to content

Commit

Permalink
[UNDERTOW-2415] Disable CI tests for JDK8 in MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Rainone <[email protected]>
  • Loading branch information
fl4via committed Jun 22, 2024
1 parent 0e4890c commit a95466b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,33 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
module: [core, servlet, websockets-jsr]
jdk: [8, 11, 17]
jdk: [11, 17]
openjdk_impl: [ temurin ]
include:
- jdk: 8
os: ubuntu-latest
module: core
openjdk_impl: temurin
- jdk: 8
os: ubuntu-latest
module: servlet
openjdk_impl: temurin
- jdk: 8
os: ubuntu-latest
module: websockets-jsr
openjdk_impl: temurin
- jdk: 8
os: windows-latest
module: core
openjdk_impl: temurin
- jdk: 8
os: windows-latest
module: servlet
openjdk_impl: temurin
- jdk: 8
os: windows-latest
module: websockets-jsr
openjdk_impl: temurin
steps:
- name: Update hosts - linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit a95466b

Please sign in to comment.