From 4ccc5acc5bcc0dc0c43c687694bd5e657cbc7b50 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 6 Oct 2023 13:29:23 +0200 Subject: [PATCH] Test more Julia versions. --- .github/workflows/CI.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fd8a4b2..9a5011e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,11 @@ jobs: matrix: version: - '1.6' -# - 'nightly' + - '1.7' + - '1.8' + - '1.9' + - '1.10.0-beta3' + - 'nightly' os: - ubuntu-latest - macOS-latest