Skip to content

Commit d922207

Browse files
authored
ci: add ios 15.0 testing (#2780)
1 parent 101c32e commit d922207

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
name: iOS Simulator Safari 14
114114
targetBrowser: Safari_IOS_14
115115
xcode: /Applications/Xcode_12.4.app
116+
- os: macos-11
117+
name: iOS Simulator Safari 15.0
118+
targetBrowser: Safari_IOS_15_0
119+
xcode: /Applications/Xcode_13.0.app
116120
- os: macos-11
117121
name: iOS Simulator Safari 15
118122
targetBrowser: Safari_IOS_15

karma.conf.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,15 @@ module.exports = function(config) {
4242
platform: 'iOS',
4343
sdk: '14.4'
4444
},
45+
Safari_IOS_15_0: {
46+
base: 'MobileSafari',
47+
name: 'iPhone 13',
48+
platform: 'iOS',
49+
sdk: '15.0'
50+
},
4551
Safari_IOS_15: {
4652
base: 'MobileSafari',
47-
name: 'iPhone 8',
53+
name: 'iPhone 13',
4854
platform: 'iOS',
4955
sdk: '15.2'
5056
},

www/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ yarn-error.log
99
src/results.json
1010
static/tests/preview.js
1111
src/preview.js
12+
.docusaurus
13+
build/

0 commit comments

Comments
 (0)