From 00c58d9a3f489b5d86b4ce914f41e9f6a4c83712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 26 Apr 2024 08:48:25 +0200 Subject: [PATCH] ci: test with react 19 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efcea24..d119296 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: node-version: [14.x, 16.x, 17.x] - react-version: [17.x, 18.x] + react-version: [17.x, 18.x, beta] include: - node-version: 12.x react-version: 16.0.0