fix matix compatibility

This commit is contained in:
Attilio Greco 2023-12-11 12:10:39 +01:00
parent 89684e00a3
commit 2a072ff3ea

View File

@ -10,12 +10,14 @@ jobs:
build_base_image: build_base_image:
strategy: strategy:
matrix: 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"] alpine: ["3.16", "3.17", "3.18", "3.19"]
include: include:
- python: "3.10.6" - python: "3.10.6"
alpine: "3.16" alpine: "3.16"
exclude: exclude:
- python: "3.12"
alpine: "3.16"
- python: 3.10.9 - python: 3.10.9
alpine: "3.15" alpine: "3.15"