diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d4d5533..1351945 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -80,6 +80,7 @@ jobs: - 3.7.3 - 3.8.0 - 3.8.1 + - 3.9.0 python_version: - '' include: @@ -124,7 +125,7 @@ jobs: sops_version: 3.8.1 - ansible: stable-2.17 docker_container: fedora39 - sops_version: 3.8.1 + sops_version: 3.9.0 # devel - ansible: devel docker_container: quay.io/ansible-community/test-image:archlinux diff --git a/README.md b/README.md index a3cd6ef..b137c71 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The following table shows which versions of sops were tested with which versions |---|---| |0.1.0|`3.5.0+`| |1.0.6|`3.5.0+`| -|`main` branch|`3.5.0`, `3.6.0`, `3.7.3`, `3.8.0`| +|`main` branch|`3.5.0`, `3.6.0`, `3.7.3`, `3.8.0`, `3.8.1`, `3.9.0`| ## Tested with Ansible