Skip to content

Commit

Permalink
Only test latest bugfix releases in main matrix; move initial minor r…
Browse files Browse the repository at this point in the history
…eleases to special cases.
  • Loading branch information
felixfontein committed Oct 4, 2024
1 parent 2f96258 commit 4e330e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ jobs:
- fedora40
sops_version:
- 3.5.0
- 3.6.0
- 3.6.1
- 3.7.3
- 3.8.0
- 3.8.1
- 3.9.0
- 3.9.1
python_version:
- ''
Expand Down Expand Up @@ -133,6 +131,18 @@ jobs:
docker_container: ubuntu2404
sops_version: 3.9.0
# devel
- ansible: devel
docker_container: ubuntu2204
sops_version: 3.6.0
- ansible: devel
docker_container: ubuntu2204
sops_version: 3.7.0
- ansible: devel
docker_container: ubuntu2404
sops_version: 3.8.0
- ansible: devel
docker_container: fedora40
sops_version: 3.9.0
- ansible: devel
docker_container: quay.io/ansible-community/test-image:archlinux
python_version: '3.12'
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ Please note that this collection does **not** support Windows targets.

The following table shows which versions of SOPS were tested with which versions of the collection. Older (or newer) versions of SOPS can still work fine, it just means that we did not test them. In some cases, it could be that a minimal required version of SOPS is explicitly documented for a specific feature. This is the case from community.sops 1.8.0 on; from that version on the collection automatically detects the SOPS version to determine whether a feature is supported or not.

|`community.sops` version|SOPS version|
|`community.sops` version|SOPS 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`, `3.8.1`, `3.9.0`, `3.9.1`|
|`main` branch|`3.5.0`, `3.6.0`, `3.6.1`, `3.7.3`, `3.8.0`, `3.8.1`, `3.9.0`, `3.9.1`|

## Code of Conduct

Expand Down

0 comments on commit 4e330e2

Please sign in to comment.