diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2e4b87d..cf1a4a15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' # Replace this with the minimum Julia version that the package supports. + - '1.7' # Replace this with the minimum Julia version that the package supports. # - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. # - 'nightly' os: