From b9aaf2b390791f1fa8cdd9f4f0e812b92e70394d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 27 Oct 2022 08:02:45 +0000 Subject: [PATCH] Update Xcode Versions --- .github/workflows/pr_checks.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- README.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 335e124..aa61439 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.1" steps: - uses: actions/checkout@v3 @@ -51,7 +51,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.1" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d3fcb8..6841b26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.1" steps: - uses: actions/checkout@v3 @@ -41,7 +41,7 @@ jobs: strategy: matrix: xcode: - - "13.2.1" + - "14.1" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e498087..45190ee 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.1" 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.1" platform: ["iOS", "tvOS", "macOS"] steps: diff --git a/README.md b/README.md index 2257b26..d647362 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.1-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)