Skip to content

Commit caba324

Browse files
committed
reduce test matrix
1 parent ef12c62 commit caba324

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
- "3.10"
2727
- "3.11"
2828
- "3.12"
29-
celery-version:
30-
- ">=5.3,<5.4"
31-
- ">=5.4"
29+
include:
30+
- celery-version: ">=5.3,<5.4"
31+
python-version: "3.12"
32+
- celery-version: ">=5.4"
33+
python-version: "3.12"
3234
steps:
3335
- uses: actions/checkout@v3
3436
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)