diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def3730..7dab341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] salt-version: ["3004.*", "3005.*", "3006.*"] fail-fast: false steps: