diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index efb3b24..456e6ac 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,8 +34,8 @@ jobs: distros: - debian11 - debian12 - - fedora39 - fedora40 + - fedora41 - ubuntu2204 - ubuntu2404 releases: diff --git a/README.md b/README.md index 0a00200..5592a81 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The build tests use the galaxy-action [molecule action](https://github.com/marke * Arch Linux * Debian 11,12 -* Fedora 39,40 +* Fedora 40,41 * Ubuntu 2204,2404 * Ubuntu-derived distros: Linux Mint, Pop!\_OS @@ -264,6 +264,8 @@ This is new and will maybe see more finetuning. The tests of this ansible role use [molecule](https://molecule.readthedocs.io/en/latest/index.html). I use the GitHub Action [Test Ansible roles with Molecule](https://github.com/marketplace/actions/test-ansible-roles-with-molecule) for these tests. +See also their [repository](https://github.com/robertdebock/molecule-action) + ### (current) CI with GitHub Actions In November 2020 I switched over to running the CI pipeline within Github Actions: