From dc844db1a2f2294559551ac8998b73e348c16dd7 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Wed, 6 Dec 2023 12:11:59 -0500 Subject: [PATCH] CI: restore v1.9.4 to build matrix (#159) Now that v1.9.4 is released --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c64827..bfff9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: version: - #- '1' # automatically expands to the latest stable 1.x release of Julia + - '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x) - '~1.10.0-0' - 'nightly' os: