Skip to content

Commit

Permalink
Migrate Azure builds to Swift 5.10 (#5727)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny authored Aug 4, 2024
1 parent b67e82a commit 6fa25a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'cocoapods'
gem 'danger'
gem 'jazzy', '~> 0.14.4'
gem 'jazzy', '~> 0.15.1'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ GEM
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jazzy (0.14.4)
jazzy (0.15.1)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4 (~> 1.3)
redcarpet (~> 3.4)
rexml (~> 3.2)
rexml (>= 3.2.7, < 4.0)
rouge (>= 2.0.6, < 5.0)
sassc (~> 2.1)
sqlite3 (~> 1.3)
Expand All @@ -124,16 +124,16 @@ GEM
redcarpet (3.6.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.0)
rouge (4.3.0)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down Expand Up @@ -161,7 +161,7 @@ PLATFORMS
DEPENDENCIES
cocoapods
danger
jazzy (~> 0.14.4)
jazzy (~> 0.15.1)

BUNDLED WITH
2.4.12
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
maxParallel: 10
matrix:
swift59:
containerImage: swift:5.9
swift-5.10.1:
containerImage: swift:5.10.1
container: $[ variables['containerImage'] ]
steps:
- script: swift test --parallel -Xswiftc -DDISABLE_FOCUSED_EXAMPLES
Expand All @@ -33,9 +33,9 @@ jobs:
# displayName: xcodebuild test
- job: CocoaPods
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
variables:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_15.4.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
Expand All @@ -46,9 +46,9 @@ jobs:

- job: jazzy
pool:
vmImage: 'macOS-13'
vmImage: 'macOS-14'
variables:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_15.4.app
steps:
- script: swift run swiftlint generate-docs
displayName: Run swiftlint generate-docs
Expand Down

0 comments on commit 6fa25a2

Please sign in to comment.