From 85224da0e59e50c76e880dbe05dff3f33daf2083 Mon Sep 17 00:00:00 2001 From: The Z <1020111+farirat@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:00:36 +0100 Subject: [PATCH] Update ci.yml Added the new 0.11 branch Added py3.12 to the matrix --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c184d368..8961b599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,10 @@ on: pull_request: branches: - 'master' - - '0.9' - - '0.10' + - '0.10-develop' - '0.10.*' + - '0.11-develop' + - '0.11.*' env: GITHUB_TOKEN: ${{ secrets.COVERALLS_TOKEN }} @@ -28,7 +29,7 @@ jobs: - 6379:6379 strategy: matrix: - python: [3.7, 3.8, 3.9, '3.10', 3.11] + python: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Install os dependencies