diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d232c4b..307e83a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: matrix: version: - '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + #- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. #- 'nightly' os: - ubuntu-latest