From 615f9cf40736aec917523d878b8f5248d1cca8b2 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 4 Jun 2023 13:14:51 +1200 Subject: [PATCH] ci: do not test `@testing-library/dom` v9 against Node 12 --- .github/workflows/validate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d48f2c0..795b9be 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,6 +25,11 @@ jobs: testing-library: [8, 9] eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8] node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16] + exclude: + - testing-library: 9 + node: 12.22.0 + - testing-library: 9 + node: 12 runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo