summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kutik <daniel.kutik@lavawerk.com>2023-10-16 23:03:18 +0200
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-16 22:29:49 +0000
commit331c5dd3e763c9616889f2e052d8d2cf842432fe (patch)
tree2a041520b59061e7874d779b22e0ad85f582199d
parente848e9f72c7d8789c59c8af29ecffa97fa6ab02e (diff)
downloadgit-repo-331c5dd3e763c9616889f2e052d8d2cf842432fe.tar.gz
github: add python 3.11 to test-ci.yml
added python 3.11 to the test matrix. Change-Id: I0533205b5a10105b3144f770aa08c4c649aaf6be Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/389675 Tested-by: Daniel Kutik <daniel.kutik@lavawerk.com> Commit-Queue: Daniel Kutik <daniel.kutik@lavawerk.com> Reviewed-by: Mike Frysinger <vapier@google.com>
-rw-r--r--.github/workflows/test-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml
index bf53b406..3613d82f 100644
--- a/.github/workflows/test-ci.yml
+++ b/.github/workflows/test-ci.yml
@@ -15,7 +15,7 @@ jobs:
15 matrix: 15 matrix:
16 # ubuntu-20.04 is the last version that supports python 3.6 16 # ubuntu-20.04 is the last version that supports python 3.6
17 os: [ubuntu-20.04, macos-latest, windows-latest] 17 os: [ubuntu-20.04, macos-latest, windows-latest]
18 python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] 18 python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
19 runs-on: ${{ matrix.os }} 19 runs-on: ${{ matrix.os }}
20 20
21 steps: 21 steps: