From 7fe877caf44f52ca71aaa9a2802f07ae42550188 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 13 Mar 2024 10:03:47 +0000 Subject: [PATCH 1/3] run on Ubuntu 22.04 --- .github/workflows/molecule.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e561e2b..921eff5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -10,7 +10,7 @@ on: jobs: list-scenarios: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: matrix: ${{ steps.listscenarios.outputs.scenarios }} steps: @@ -22,7 +22,7 @@ jobs: name: Test needs: - list-scenarios - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: # Keep running so we can see if other tests pass fail-fast: false @@ -47,7 +47,7 @@ jobs: if: startsWith(github.ref, 'refs/tags') needs: - test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Read the role name From fb996e9022a14b3099f6b0430289480389e46aa0 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 1 Dec 2023 13:45:29 +0000 Subject: [PATCH 2/3] use Python 3.9 --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 921eff5..e561eee 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.9' - name: Install Ansible & Molecule run: | pip install "ansible<8" "ansible-lint<6.13" flake8 From 6b505eb5bd8b9903a06052d2baf9be531ce9e193 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 13 Mar 2024 10:46:45 +0000 Subject: [PATCH 3/3] bump version to 2.10 --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index dd07796..c6c4bb2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: description: Common variables and tasks for OMERO applications company: Open Microscopy Environment license: BSD - min_ansible_version: 2.2 + min_ansible_version: 2.10 platforms: - name: EL versions: