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