From 62858296025f7d2366d3c5d53470e303019447a7 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 21 Nov 2024 12:59:02 -0500 Subject: [PATCH] More tests. --- .github/workflows/rnmobile-android-runner.yml | 2 +- .github/workflows/rnmobile-ios-runner.yml | 2 +- packages/react-native-aztec/RNTAztecView.podspec | 2 +- packages/react-native-bridge/Gutenberg.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rnmobile-android-runner.yml b/.github/workflows/rnmobile-android-runner.yml index 40494d9ed74131..d884568545312e 100644 --- a/.github/workflows/rnmobile-android-runner.yml +++ b/.github/workflows/rnmobile-android-runner.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: native-test-name: [gutenberg-editor-rendering] - api-level: [29] + api-level: [35] steps: - name: checkout diff --git a/.github/workflows/rnmobile-ios-runner.yml b/.github/workflows/rnmobile-ios-runner.yml index 4d9d68574ced1a..5f6922e22c4809 100644 --- a/.github/workflows/rnmobile-ios-runner.yml +++ b/.github/workflows/rnmobile-ios-runner.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: xcode: ['15.4'] - device: ['iPhone 16'] + device: ['iPhone 15'] native-test-name: [gutenberg-editor-rendering] steps: diff --git a/packages/react-native-aztec/RNTAztecView.podspec b/packages/react-native-aztec/RNTAztecView.podspec index ac3ad06b0d865b..53e3e7a3f04558 100644 --- a/packages/react-native-aztec/RNTAztecView.podspec +++ b/packages/react-native-aztec/RNTAztecView.podspec @@ -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' } diff --git a/packages/react-native-bridge/Gutenberg.podspec b/packages/react-native-bridge/Gutenberg.podspec index a9fe9cdd30e916..3ed6a6c21cb267 100644 --- a/packages/react-native-bridge/Gutenberg.podspec +++ b/packages/react-native-bridge/Gutenberg.podspec @@ -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