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