From 11a0809c2f93db8983f6d9f0b1a3a6b07e52cd54 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 15 Jan 2025 17:26:27 +0100 Subject: [PATCH] Simplify react-version in test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe923df..987aba3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [18.x, 22.x] - react-version: ['18.0.*', '18.1.*', '18.2.*', '18.3.*', '19.0.*'] + react-version: ['18.*', '19.*'] steps: - uses: actions/checkout@v4