We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3cf30 commit 722eb2dCopy full SHA for 722eb2d
.github/workflows/ci-matrix-5.x.yml
@@ -10,22 +10,22 @@ jobs:
10
strategy:
11
matrix:
12
include:
13
- - os: ubuntu-latest
14
- jdk: 11
15
16
17
- profile: '-PNativeEpoll'
+# - os: ubuntu-latest
+# jdk: 11
+# profile: '-PNativeEpoll'
18
# - os: ubuntu-latest
19
# jdk: 11
20
# profile: '-PNativeIoUring'
21
22
23
- profile: '-PNativeEpoll+DomainSockets'
+# profile: '-PNativeEpoll+DomainSockets'
24
- os: ubuntu-latest
25
jdk: 25
26
- - os: windows-2022
27
28
- stable: true
+# - os: windows-2022
+# stable: true
29
# - os: macos-latest
30
31
# profile: '-PNativeKQueue'
0 commit comments