diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b074412886..8cc6bcf4a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: fail-fast: false matrix: version: - - '1' # Replace this with the minimum Julia version that your package supports. + - '1.6' # Replace this with the minimum Julia version that your package supports. + - '1' - 'nightly' os: - ubuntu-latest