Skip to content

Commit 07f935d

Browse files
committed
add ubuntu-22.04 for 3.10 and 3.8
1 parent 807f237 commit 07f935d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
#os: [ubuntu-latest, macos-latest, windows-latest]
3030
# if the ones above fail. fail the build
3131
experimental: [false]
32-
#include:
32+
include:
3333
# example: if 3.12 fails the jobs still succeeds
3434
# - python-version: 3.12
3535
# experimental: true
36+
- python-version: [ "3.10", "3.8" ]
37+
runs-on: ubuntu-22.04
38+
experimental: true
3639

3740
env:
3841
# get colorized pytest output even without a controlling tty

0 commit comments

Comments
 (0)