Skip to content

Commit 68110c7

Browse files
authored
Change ubuntu image 3.7 (#2325)
* run 3.7 on ubuntu-22.04 * reorder platforms
1 parent 2f81d59 commit 68110c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,15 @@ jobs:
7878
strategy:
7979
matrix:
8080
python-version: ["3.7", "3.12"]
81-
platform: [ubuntu-latest, macos-latest] # windows-latest
81+
platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest
8282
# test only latest version on macos and windows
8383
exclude:
8484
- platform: macos-latest
8585
python-version: "3.7"
86+
- platform: ubuntu-latest
87+
python-version: "3.7"
88+
- platform: ubuntu-22.04
89+
python-version: "3.12"
8690
# TODO enable once dd-trace-py is updated
8791
# - platform: windows-latest
8892
# python-version: 3.7

0 commit comments

Comments
 (0)