From 2f68c7c4513b08a6b31c6fb9a52fcb231923d407 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 May 2023 08:04:54 +0000 Subject: [PATCH] Update Xcode Versions --- .github/workflows/release.yml | 3 +-- .github/workflows/tests.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2914e73..ed01434 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,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 318b29c..47fd19d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: xcode: - - "12.5.1" - - "13.2.1" + - "13.4.1" + - "14.2" steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 0bc2abe..95c743a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HashableByKeyPath [![Tests](https://github.com/JosephDuffy/HashableByKeyPath/workflows/Tests/badge.svg)](https://github.com/JosephDuffy/HashableByKeyPath/actions?query=workflow%3ATests) - +![Supported Xcode Versions](https://img.shields.io/badge/Xcode-13.4.1%20%7C%2014.2-success) [![Code Coverage](https://codecov.io/gh/JosephDuffy/HashableByKeyPath/branch/master/graph/badge.svg)](https://codecov.io/gh/JosephDuffy/HashableByKeyPath) [![Documentation](https://josephduffy.github.io/HashableByKeyPath/badge.svg)](https://josephduffy.github.io/HashableByKeyPath/) [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)