Skip to content

Commit e11202c

Browse files
committed
cicd: add more event loops to test
1 parent ab398db commit e11202c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java-version: [8]
30-
python-version: ["3.8", "3.11", "3.12", "3.13"]
31-
event_loop_manager: ["libev", "asyncio", "asyncore"]
32-
exclude:
33-
- python-version: "3.12"
34-
event_loop_manager: "asyncore"
35-
- python-version: "3.13"
30+
python-version: ["3.8", "3.13"]
31+
event_loop_manager: ["libev", "asyncio", "gevent", "eventlet"]
32+
include:
33+
- python-version: "3.8"
3634
event_loop_manager: "asyncore"
35+
java-version: 8
36+
- python-version: "3.11"
37+
event_loop_manager: "libev"
38+
java-version: 8
39+
- python-version: "3.12"
40+
event_loop_manager: "gevent"
41+
java-version: 8
3742

3843
steps:
3944
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)