File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defaults:
1616jobs :
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
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
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
Original file line number Diff line number Diff line change 1- codecov-cli >= 0.4.8
21sentry-sdk >= 1.39.2
32pytest >= 8.0.0
43pytest-cov >= 4.1.0
You can’t perform that action at this time.
0 commit comments