From 11f177c51111d8ef83b1e4109fe353ba6707cb3c Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sat, 22 Jun 2024 22:47:23 +0300 Subject: [PATCH] added 2.16, 2.16 and updated 2.15 --- .github/matrix.yml | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/.github/matrix.yml b/.github/matrix.yml index 2350b70..f842be9 100644 --- a/.github/matrix.yml +++ b/.github/matrix.yml @@ -36,13 +36,13 @@ include: runs-on: "ubuntu-22.04" addional-tags: "latest" - # 2.14.11 + # 2.14.17 - base-image: "pypy:3.10-slim" - ansible-core-version: "2.14.11" + ansible-core-version: "2.14.17" runs-on: "ubuntu-22.04" - base-image: "python:3.11-slim" - ansible-core-version: "2.14.11" + ansible-core-version: "2.14.17" runs-on: "ubuntu-22.04" addional-tags: "latest" @@ -60,16 +60,44 @@ include: runs-on: "ubuntu-22.04" addional-tags: "latest" - # 2.15.9 + # 2.15.12 - base-image: "pypy:3.10-slim" - ansible-core-version: "2.15.9" + ansible-core-version: "2.15.12" runs-on: "ubuntu-22.04" - base-image: "python:3.11-slim" - ansible-core-version: "2.15.9" + ansible-core-version: "2.15.12" runs-on: "ubuntu-22.04" - base-image: "python:3.12-slim" - ansible-core-version: "2.15.9" + ansible-core-version: "2.15.12" + runs-on: "ubuntu-22.04" + addional-tags: "latest" + + # 2.16.8 + - base-image: "pypy:3.10-slim" + ansible-core-version: "2.16.8" + runs-on: "ubuntu-22.04" + + - base-image: "python:3.11-slim" + ansible-core-version: "2.16.8" + runs-on: "ubuntu-22.04" + + - base-image: "python:3.12-slim" + ansible-core-version: "2.16.8" + runs-on: "ubuntu-22.04" + addional-tags: "latest" + + # 2.17.1 + - base-image: "pypy:3.10-slim" + ansible-core-version: "2.17.1" + runs-on: "ubuntu-22.04" + + - base-image: "python:3.11-slim" + ansible-core-version: "2.17.1" + runs-on: "ubuntu-22.04" + + - base-image: "python:3.12-slim" + ansible-core-version: "2.17.1" runs-on: "ubuntu-22.04" addional-tags: "latest"