Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9154321

Browse files
committed
Merge remote-tracking branch 'origin/develop' into issue/wp-13086-self-hosted-voiceover
2 parents 9c8ba15 + 1361a86 commit 9154321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ workflows:
99
jobs:
1010
- ios/test:
1111
name: Test
12-
xcode-version: "11.0"
12+
xcode-version: "11.2.1"
1313
workspace: WordPressAuthenticator.xcworkspace
1414
scheme: WordPressAuthenticator
1515
device: iPhone 11
16-
ios-version: "13.0"
16+
ios-version: "13.2.2"
1717
bundle-install: true
1818
pod-install: true
1919
- ios/validate-podspec:
2020
name: Validate Podspec
21-
xcode-version: "11.0"
21+
xcode-version: "11.2.1"
2222
podspec-path: WordPressAuthenticator.podspec
2323
bundle-install: true
2424
- ios/publish-podspec:
2525
name: Publish to Trunk
26-
xcode-version: "11.0"
26+
xcode-version: "11.2.1"
2727
podspec-path: WordPressAuthenticator.podspec
2828
bundle-install: true
2929
post-to-slack: true

0 commit comments

Comments
 (0)