From 94e4346d2ecb13ddfd1b426bf15bcd50a113e763 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:12:11 -0600 Subject: [PATCH] Add latest stable Julia version to CI testing --- .github/workflows/CI.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 61a5520..b47606d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,9 +10,10 @@ jobs: fail-fast: false matrix: version: - - '1.0' - - '1.6' - - 'nightly' + - '1.0' # old LTS + - '1.6' # new LTS + - '1' # Latest stable + - 'nightly' # 'nuf said os: - ubuntu-latest arch: