Skip to content

Commit

Permalink
0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 17, 2024
1 parent 6675442 commit 9b15b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b15b25

Please sign in to comment.