diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 277e37c..c0c74a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,9 +19,7 @@ jobs: fail-fast: false matrix: version: - - '1.8' # the minimum version - - '1.9' # the minimum version - - '1.10' # the latest version + - '1.10' # the minimum version os: - ubuntu-20.04 # - macOS-latest