From f5f008e0ca2d453b51ca642a02af1c13c59d8038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Tue, 26 Aug 2025 14:31:44 +0200 Subject: [PATCH] Update CI target matrix --- .github/workflows/python-test.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 8f93071..57bd18a 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -10,14 +10,21 @@ jobs: build: runs-on: ${{ matrix.os }} strategy: - matrix: - os: - - ubuntu-latest - python: [3.9, 3.13] - splunk-version: - - "8.0" - - "latest" fail-fast: false + matrix: + os: [ubuntu-latest] + python-version: [3.9] + splunk-version: [9.4, latest] + include: + # Oldest possible configuration + # Last Ubuntu version with Python 3.7 binaries available + - os: ubuntu-22.04 + python-version: 3.7 + splunk-version: 9.1 + # Latest possible configuration + - os: ubuntu-latest + python-version: 3.13 + splunk-version: latest services: splunk: