diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index c729cf5..21b009f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - meteor: [ '1.12.1', '2.13.3', '3.0.4' ] + meteor: [ '2.13.3', '3.0.4' ] # needs: [lintcode,lintstyle,lintdocs] # we could add prior jobs for linting, if desired steps: - name: checkout