From 6d295d41ac3c0a5c3163ac9608a763f2c12fe1b6 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 1 Dec 2021 18:25:57 +0100 Subject: [PATCH] test on 1.6 also --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd70db1..7279c05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ defaults: jobs: CI: - if: "!contains(github.event.head_commit.message, '[skip ci]')" + if: "!contains(github.event.head_commit.message, '[skip ci]') && matrix.version == '1' || (matrix.version != '1' && matrix.os == 'ubuntu-latest')" env: GKS_ENCODING: "utf8" GKSwstype: "100" @@ -22,6 +22,7 @@ jobs: fail-fast: false matrix: version: + - '1.6' - '1' - 'nightly' os: