From f4ef2c967676e4d3577fa4959370788640b0496c Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 28 Sep 2023 12:39:57 +0300 Subject: [PATCH] added latest ansible (#4) --- .github/matrix.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/matrix.yml b/.github/matrix.yml index 80dc4b7..cb38f41 100644 --- a/.github/matrix.yml +++ b/.github/matrix.yml @@ -41,3 +41,12 @@ include: - base-image: "python:3.11-slim" ansible-core-version: "2.14.10" runs-on: "ubuntu-22.04" + + # 2.15.4 + - base-image: "pypy:3.10-slim" + ansible-core-version: "2.15.4" + runs-on: "ubuntu-22.04" + + - base-image: "python:3.11-slim" + ansible-core-version: "2.15.4" + runs-on: "ubuntu-22.04"