ci: add ios15 target (#2564)

This commit is contained in:
Niklas von Hertzen
2021-08-09 17:15:00 +08:00
committed by GitHub
parent f43f942fcd
commit e429e0443a
2 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,12 @@ module.exports = function(config) {
platform: 'iOS',
sdk: '14.0'
},
Safari_IOS_15: {
base: 'MobileSafari',
name: 'iPhone 8',
platform: 'iOS',
sdk: '15.0'
},
SauceLabs_IE9: {
base: 'SauceLabs',
browserName: 'internet explorer',