diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4d31cd7..77d8529c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ name: Run CI on: push: - branches: [ v8 ] + branches: [ v9 ] paths-ignore: - '**.md' # Do not need to run CI for markdown changes. pull_request: - branches: [ v8 ] + branches: [ v9 ] paths-ignore: - '**.md' @@ -16,6 +16,9 @@ jobs: strategy: matrix: include: + - xcode-version: 15.0.1 + ios-sim: 'platform=iOS Simulator,name=iPhone 17,OS=17.0' + os: macos-13 - xcode-version: 14.3.1 ios-sim: 'platform=iOS Simulator,name=iPhone 14,OS=16.4' os: macos-13 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ea7b1c02..f3219391 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -3,7 +3,7 @@ name: Run Release Please on: push: branches: - - v8 + - v9 jobs: release-package: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0034f9d..2f72ebe3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.3.1" + ".": "9.2.1" } diff --git a/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift b/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift index a1096e42..13d090ca 100644 --- a/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift +++ b/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift @@ -1,6 +1,6 @@ import Foundation struct ReportingConsts { - static let sdkVersion = "9.2.1" + static let sdkVersion = "9.2.1" // x-release-please-version static let sdkName = "ios-client-sdk" } diff --git a/README.md b/README.md index 6060b0ee..c81eb018 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ LaunchDarkly SDK for iOS ======================== -[![Run CI](https://github.com/launchdarkly/ios-client-sdk/actions/workflows/ci.yml/badge.svg?branch=v8)](https://github.com/launchdarkly/ios-client-sdk/actions/workflows/ci.yml) +[![Run CI](https://github.com/launchdarkly/ios-client-sdk/actions/workflows/ci.yml/badge.svg?branch=v9)](https://github.com/launchdarkly/ios-client-sdk/actions/workflows/ci.yml) [![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/LaunchDarkly.svg)](https://cocoapods.org/pods/LaunchDarkly) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) diff --git a/release-please-config.json b/release-please-config.json index 324446bb..11f08d16 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,7 +8,7 @@ "include-component-in-tag": false, "extra-files": [ "LaunchDarkly.podspec", - "LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporter.swift", + "LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift", "README.md" ] }