Skip to content

Commit 722eb2d

Browse files
committed
Only keep Java 25 CI job
1 parent fb3cf30 commit 722eb2d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci-matrix-5.x.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- os: ubuntu-latest
14-
jdk: 11
15-
- os: ubuntu-latest
16-
jdk: 11
17-
profile: '-PNativeEpoll'
13+
# - os: ubuntu-latest
14+
# jdk: 11
15+
# - os: ubuntu-latest
16+
# jdk: 11
17+
# profile: '-PNativeEpoll'
1818
# - os: ubuntu-latest
1919
# jdk: 11
2020
# profile: '-PNativeIoUring'
21-
- os: ubuntu-latest
22-
jdk: 11
23-
profile: '-PNativeEpoll+DomainSockets'
21+
# - os: ubuntu-latest
22+
# jdk: 11
23+
# profile: '-PNativeEpoll+DomainSockets'
2424
- os: ubuntu-latest
2525
jdk: 25
26-
- os: windows-2022
27-
jdk: 11
28-
stable: true
26+
# - os: windows-2022
27+
# jdk: 11
28+
# stable: true
2929
# - os: macos-latest
3030
# jdk: 11
3131
# profile: '-PNativeKQueue'

0 commit comments

Comments
 (0)