diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cf15117..a61c66d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,9 +28,6 @@ jobs: matrix: node: [ 18, 20 ] mongo: [ 5, 6, 7 ] - exclude: - - node: 16 - mongo: 4 name: Additional tests if: ${{ contains(github.event.head_commit.message, 'additional tests') }} runs-on: ubuntu-22.04