Skip to content

Commit 62336fc

Browse files
committed
Updated test matrix
1 parent d6e5b18 commit 62336fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-integrations-databases.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
run: |
7878
set -x # print commands that are executed
7979
./scripts/runtox.sh "py${{ matrix.python-version }}-redis-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
80-
- name: Test rediscluster latest
80+
- name: Test redis_py_cluster_legacy latest
8181
run: |
8282
set -x # print commands that are executed
83-
./scripts/runtox.sh "py${{ matrix.python-version }}-rediscluster-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
83+
./scripts/runtox.sh "py${{ matrix.python-version }}-redis_py_cluster_legacy-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
8484
- name: Test sqlalchemy latest
8585
run: |
8686
set -x # print commands that are executed
@@ -152,10 +152,10 @@ jobs:
152152
run: |
153153
set -x # print commands that are executed
154154
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
155-
- name: Test rediscluster pinned
155+
- name: Test redis_py_cluster_legacy pinned
156156
run: |
157157
set -x # print commands that are executed
158-
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rediscluster" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
158+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis_py_cluster_legacy" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
159159
- name: Test sqlalchemy pinned
160160
run: |
161161
set -x # print commands that are executed

0 commit comments

Comments
 (0)