From 839998e0eb98536cff0fc99f9a91fabe4fb5a5aa Mon Sep 17 00:00:00 2001 From: Gediminas Zlatkus Date: Fri, 30 Jun 2023 17:24:15 +0300 Subject: [PATCH] Test Salt 3006 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e9262..1cecf37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10"] - salt-version: ["3004.*", "3005.*"] + salt-version: ["3004.*", "3005.*", "3006.*"] fail-fast: false steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index cb6396c..a3f2f9f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Commands: ``` - Supported Python versions: 3.8, 3.9, 3.10 -- Supported Salt versions: 3004, 3005 +- Supported Salt versions: 3004, 3005, 3006 ---