From 903d477e353acad54619a40545db827ef820412d Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 1 Jun 2022 12:27:59 +0200 Subject: [PATCH] run CI on more julia versions (#22) --- .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 10f21a4..286a242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,8 @@ jobs: fail-fast: false matrix: version: - # - '1.6' + - '1.6' + - '1.7' - 'nightly' os: - ubuntu-latest