diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 61a5520..b47606d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,9 +10,10 @@ jobs: fail-fast: false matrix: version: - - '1.0' - - '1.6' - - 'nightly' + - '1.0' # old LTS + - '1.6' # new LTS + - '1' # Latest stable + - 'nightly' # 'nuf said os: - ubuntu-latest arch: