We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b7191 commit 94f16d8Copy full SHA for 94f16d8
ci-jobs/functional_test.yml
@@ -2,8 +2,8 @@
2
parameters:
3
vmImage: 'macOS-10.15'
4
vmImageForIOS: 'macOS-10.15' # Not sure the reason, but macOS 10.14 instance raises no info.plist error
5
- xcodeForIOS: 11.3
6
- xcodeForTVOS: 11.3
+ xcodeForIOS: 11.4
+ xcodeForTVOS: 11.4
7
androidSDK: 29
8
appiumVersion: 'beta'
9
ignoreVersionSkip: true
test/test_helper.rb
@@ -103,7 +103,7 @@ def self.windows
103
104
# Require a simulator which OS version is 11.4, for example.
105
def ios(platform_name = :ios)
106
- platform_version = '13.3'
+ platform_version = '13.4'
107
wda_port = wda_local_port
108
109
real_device = ENV['REAL'] ? true : false
0 commit comments