From a6df7eab94a4c631034553c13b376995375ca03e Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 4 Jul 2024 16:26:07 -0400 Subject: [PATCH] github: test 4.0/edge on 22.04 Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8abedcc4..0bbc665c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,13 +36,15 @@ jobs: tests: name: Tests strategy: + fail-fast: false matrix: python-version: ["3.8", "3.10", "3.11", "3.12"] track: ["latest/edge", "5.21/edge", "5.0/edge"] os: ["24.04"] include: # 4.0/* isn't supported on 24.04 - - track: "4.0/edge" + - python-version: "3.8" + track: "4.0/edge" os: "22.04" runs-on: ubuntu-${{ matrix.os }}