Skip to content

Commit bdfe1f1

Browse files
committed
CI: add swift 5.5 on all platforms
However, linux and windows will fail at the moment.
1 parent bbb9400 commit bdfe1f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ stages:
4040
DEVELOPER_DIR: '/Applications/Xcode_12.5.1.app'
4141
WATCHOS_ACTIONS: 'clean test'
4242
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
43+
macosSwift55:
44+
imageName: 'macOS-11'
45+
DEVELOPER_DIR: '/Applications/Xcode_13.0.app'
46+
WATCHOS_ACTIONS: 'clean test'
47+
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4348
pool:
4449
vmImage: $(imageName)
4550
steps:
@@ -80,6 +85,9 @@ stages:
8085
linuxSwift54:
8186
imageName: 'ubuntu-18.04'
8287
containerImage: 'swift:5.4.3-bionic'
88+
linuxSwift55:
89+
imageName: 'ubuntu-18.04'
90+
containerImage: 'swift:5.5-bionic'
8391
pool:
8492
vmImage: $(imageName)
8593
container: $[ variables['containerImage'] ]
@@ -101,6 +109,9 @@ stages:
101109
windowsSwift54:
102110
imageName: 'windows-2019'
103111
SWIFT_VERSION: '5.4.3'
112+
windowsSwift55:
113+
imageName: 'windows-2019'
114+
SWIFT_VERSION: '5.5'
104115
pool:
105116
vmImage: $(imageName)
106117
variables:

0 commit comments

Comments
 (0)