Skip to content

Commit c4ae491

Browse files
Bump ubuntu version for tests (#2923)
* bump ubuntu version used for testing * get rid of codecov cli dependency
1 parent 9b3b9bc commit c4ae491

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
jobs:
1717
e2e-test:
1818
if: github.repository_owner == 'getsentry'
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
name: "Sentry self-hosted end-to-end tests"
2121
steps:
2222
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
4343

4444
unit-test:
4545
if: github.repository_owner == 'getsentry'
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-22.04
4747
name: "unit tests"
4848
steps:
4949
- name: Checkout
@@ -54,7 +54,7 @@ jobs:
5454

5555
integration-test:
5656
if: github.repository_owner == 'getsentry'
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-22.04
5858
name: integration test ${{ matrix.compose_version }} - customizations ${{ matrix.customizations }}
5959
strategy:
6060
fail-fast: false

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
codecov-cli>=0.4.8
21
sentry-sdk>=1.39.2
32
pytest>=8.0.0
43
pytest-cov>=4.1.0

0 commit comments

Comments
 (0)