diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdbd9cb6..ea28a1d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - meteor: [2.3.1, 2.6.1, 2.7.3, 2.8.1, 2.9.1, 2.12] + meteor: [2.3.1, 2.6.1, 2.7.3, 2.8.1, 2.9.1, 2.12, 2.15] steps: - uses: actions/checkout@v3