Skip to content

Commit

Permalink
chore(ci): Bump e2e tests to 0.72.4 (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Sep 5, 2023
1 parent 34cb333 commit bc1719c
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.72.0']
rn-version: ['0.65.3', '0.72.4']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['dev', 'production']
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.72.0']
rn-version: ['0.65.3', '0.72.4']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
Expand Down
2 changes: 1 addition & 1 deletion sample-new-architecture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "^2.12.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.22.0",
Expand Down
Loading

0 comments on commit bc1719c

Please sign in to comment.