Skip to content

Commit

Permalink
More tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Nov 21, 2024
1 parent e352d6d commit 6285829
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
native-test-name: [gutenberg-editor-rendering]
api-level: [29]
api-level: [35]

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
xcode: ['15.4']
device: ['iPhone 16']
device: ['iPhone 15']
native-test-name: [gutenberg-editor-rendering]

steps:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-aztec/RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/RNTAztecView/*.{h,m,swift}'
s.public_header_files = 'ios/RNTAztecView/*.h'
s.requires_arc = true
s.platforms = { ios: '13.0' }
s.platforms = { ios: '18.1' }
s.swift_version = '5.0'
s.xcconfig = { 'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2' }
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bridge/Gutenberg.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.license = package['license']
s.authors = package['author']
s.platform = :ios, '13.0'
s.platform = :ios, '18.1'
s.source = { :git => 'https://github.com/WordPress/gutenberg.git' }
s.source_files = 'ios/**/*.{h,m,swift}'
s.requires_arc = true
Expand Down

0 comments on commit 6285829

Please sign in to comment.