From 9b15b2524fbaa5cf8c7a1a6d042ff2520bb14046 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:29:00 +0200 Subject: [PATCH] 0.74 --- .github/workflows/pr.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 774e7640..d0ad1f06 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -54,7 +54,7 @@ jobs: runs-on: macos-latest strategy: matrix: - react-native-version: ['0.73'] + react-native-version: ['0.73', '0.74'] platform: ['android', 'ios'] steps: - name: Checkout Repo @@ -143,7 +143,7 @@ jobs: matrix: platform: [x64, ARM64] config: [Debug, Release] - react-native-version: ['0.73'] + react-native-version: ['0.73', '0.74'] basekit: ['', '-BaseKit'] steps: - name: Support longpaths @@ -221,7 +221,7 @@ jobs: runs-on: macos-latest strategy: matrix: - react-native-version: ['0.73'] + react-native-version: ['0.73', '0.74'] steps: - name: Checkout Repo uses: actions/checkout@v4.2.0 @@ -248,7 +248,7 @@ jobs: runs-on: macos-latest strategy: matrix: - react-native-version: ['0.73'] + react-native-version: ['0.73', '0.74'] basekit: ['', '-BaseKit'] steps: - name: Checkout Repo @@ -283,7 +283,7 @@ jobs: runs-on: macos-latest strategy: matrix: - react-native-version: ['0.73'] + react-native-version: ['0.73', '0.74'] basekit: ['', '-BaseKit'] steps: - name: Checkout Repo