Skip to content

Commit

Permalink
Update e2e test to 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 22, 2023
1 parent e597669 commit db5c7f6
Showing 1 changed file with 2 additions and 2 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.71.3']
rn-version: ['0.65.3', '0.72.0']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['dev', 'production']
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit db5c7f6

Please sign in to comment.