8000 Update to 22.04 in CI (#1485) · stripe/stripe-python@a47da3f · GitHub
[go: up one dir, main page]

Skip to content

Commit a47da3f

Browse files
Update to 22.04 in CI (#1485)
1 parent 3f96801 commit a47da3f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ jobs:
6868
path: dist/
6969

7070
test:
71-
# Specific ubuntu version to support python 3.6 testing
72-
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for details
73-
# move to ubuntu-latest when we drop 3.6
74-
runs-on: ubuntu-20.04
71+
# Specific ubuntu version to support python 3.7 testing
72+
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for list of supported versions
73+
# move to ubuntu-latest when we drop 3.7
74+
runs-on: ubuntu-22.04
7575
strategy:
7676
fail-fast: false
7777
matrix:
7878
python_version:
79-
- "3.6"
8079
- "3.7"
8180
- "3.8"
8281
- "3.9"

0 commit comments

Comments
 (0)
0