diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 335e124..9d1d08e 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.2" steps: - uses: actions/checkout@v3 @@ -51,7 +51,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.2" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d3fcb8..bc2a49f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.2" steps: - uses: actions/checkout@v3 @@ -41,7 +41,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.2" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e498087..7d4b578 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: xcode: - - "12.5.1" - - "13.2.1" + - "13.4.1" + - "14.2" steps: - uses: actions/checkout@v3 @@ -45,8 +45,8 @@ jobs: fail-fast: false matrix: xcode: - - "12.5.1" - - "13.2.1" + - "13.4.1" + - "14.2" platform: ["iOS", "tvOS", "macOS"] steps: diff --git a/README.md b/README.md index 2257b26..e49c988 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/JosephDuffy/Partial/workflows/Tests/badge.svg)](https://github.com/JosephDuffy/Partial/actions?query=workflow%3ATests) ![Compatible with macOS, iOS, watchOS, tvOS, and Linux](https://img.shields.io/badge/platforms-macOS%20%7C%20iOS%20%7C%20watchOS%20%7C%20tvOS%20%7C%20Linux-4BC51D.svg) ![Compatible with Swift 5.2+](https://img.shields.io/badge/swift-5.2%2B-4BC51D.svg) -![Supported Xcode Versions](https://img.shields.io/badge/Xcode-12.5.1%20%7C%2013.2.1-success) +![Supported Xcode Versions](https://img.shields.io/badge/Xcode-13.4.1%20%7C%2014.2-success) [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods Compatible](https://img.shields.io/badge/CocoaPods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Partial)