From 2a072ff3ea4631b5bd249149c32ad261d2876d58 Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Mon, 11 Dec 2023 12:10:39 +0100 Subject: [PATCH] fix matix compatibility --- .github/workflows/build-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 1d9d600..f253999 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -10,12 +10,14 @@ jobs: build_base_image: strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.10.9", "3.11", "3.12"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] alpine: ["3.16", "3.17", "3.18", "3.19"] include: - python: "3.10.6" alpine: "3.16" exclude: + - python: "3.12" + alpine: "3.16" - python: 3.10.9 alpine: "3.15"