Skip to content

Commit 162ec6c

Browse files
committed
Update Xcode Versions
1 parent 6538864 commit 162ec6c

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
xcode:
27-
- "13.2.1"
27+
- "14.2"
2828
steps:
2929
- uses: actions/checkout@v3
3030

@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
xcode:
54-
- "13.2.1"
54+
- "14.2"
5555
steps:
5656
- uses: actions/checkout@v3
5757

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
xcode:
15-
- "13.2.1"
15+
- "14.2"
1616
steps:
1717
- uses: actions/checkout@v3
1818

@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
xcode:
44-
- "13.2.1"
44+
- "14.2"
4545
steps:
4646
- uses: actions/checkout@v3
4747

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
xcode:
17-
- "12.5.1"
18-
- "13.2.1"
17+
- "13.4.1"
18+
- "14.2"
1919
steps:
2020
- uses: actions/checkout@v3
2121

@@ -45,8 +45,8 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
xcode:
48-
- "12.5.1"
49-
- "13.2.1"
48+
- "13.4.1"
49+
- "14.2"
5050
platform: ["iOS", "tvOS", "macOS"]
5151

5252
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://github.com/JosephDuffy/Partial/workflows/Tests/badge.svg)](https://github.com/JosephDuffy/Partial/actions?query=workflow%3ATests)
44
![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)
55
![Compatible with Swift 5.2+](https://img.shields.io/badge/swift-5.2%2B-4BC51D.svg)
6-
![Supported Xcode Versions](https://img.shields.io/badge/Xcode-12.5.1%20%7C%2013.2.1-success)<!---xcode-version-badge-markdown-->
6+
![Supported Xcode Versions](https://img.shields.io/badge/Xcode-13.4.1%20%7C%2014.2-success)<!---xcode-version-badge-markdown-->
77
[![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
88
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
99
[![CocoaPods Compatible](https://img.shields.io/badge/CocoaPods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Partial)

0 commit comments

Comments
 (0)