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: