5151 SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
5252 SENTRY_PYTHON_TEST_POSTGRES_HOST : localhost
5353 steps :
54- - uses : actions/checkout@v4
55- - uses : actions/setup-python@v4
54+ - uses : actions/checkout@v4.1.1
55+ - uses : actions/setup-python@v5
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 - uses : getsentry/action-clickhouse-in-ci@v1
7676 run : |
7777 set -x # print commands that are executed
7878 ./scripts/runtox.sh "py${{ matrix.python-version }}-pymongo-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
79+ - name : Test redis latest
80+ run : |
81+ set -x # print commands that are executed
82+ ./scripts/runtox.sh "py${{ matrix.python-version }}-redis-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
83+ - name : Test rediscluster latest
84+ run : |
85+ set -x # print commands that are executed
86+ ./scripts/runtox.sh "py${{ matrix.python-version }}-rediscluster-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
7987 - name : Test sqlalchemy latest
8088 run : |
8189 set -x # print commands that are executed
8492 run : |
8593 coverage combine .coverage*
8694 coverage xml -i
87- - uses : codecov/codecov-action@v3
95+ - uses : codecov/codecov-action@v4
8896 with :
8997 token : ${{ secrets.CODECOV_TOKEN }}
9098 files : coverage.xml
@@ -121,8 +129,8 @@ jobs:
121129 SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
122130 SENTRY_PYTHON_TEST_POSTGRES_HOST : localhost
123131 steps :
124- - uses : actions/checkout@v4
125- - uses : actions/setup-python@v4
132+ - uses : actions/checkout@v4.1.1
133+ - uses : actions/setup-python@v5
126134 with :
127135 python-version : ${{ matrix.python-version }}
128136 - uses : getsentry/action-clickhouse-in-ci@v1
@@ -146,6 +154,14 @@ jobs:
146154 run : |
147155 set -x # print commands that are executed
148156 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
157+ - name : Test redis pinned
158+ run : |
159+ set -x # print commands that are executed
160+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-redis" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
161+ - name : Test rediscluster pinned
162+ run : |
163+ set -x # print commands that are executed
164+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rediscluster" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
149165 - name : Test sqlalchemy pinned
150166 run : |
151167 set -x # print commands that are executed
@@ -154,7 +170,7 @@ jobs:
154170 run : |
155171 coverage combine .coverage*
156172 coverage xml -i
157- - uses : codecov/codecov-action@v3
173+ - uses : codecov/codecov-action@v4
158174 with :
159175 token : ${{ secrets.CODECOV_TOKEN }}
160176 files : coverage.xml
0 commit comments