test on 1.6 also

This commit is contained in:
Simon Christ 2021-12-01 18:25:57 +01:00 committed by GitHub
parent b1c56126fb
commit 6d295d41ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: