diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f99a88e5..068233a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: | set -eox - for minor in {6..12}; do + for minor in {9..14}; do just --no-deps typecheck $minor done