From db5c7f66b0eb9be58dc92bbd9232be86e2543302 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Thu, 22 Jun 2023 14:28:06 +0200 Subject: [PATCH] Update e2e test to 0.72.0 --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c9fc82c09..e2cdcedd6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -148,7 +148,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.65.3', '0.71.3'] + rn-version: ['0.65.3', '0.72.0'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['dev', 'production'] @@ -344,7 +344,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.65.3', '0.71.3'] + rn-version: ['0.65.3', '0.72.0'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production']