Skip to content

Commit

Permalink
Update Xcode Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 5, 2023
1 parent 6538864 commit 162ec6c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
xcode:
- "13.2.1"
- "14.2"
steps:
- uses: actions/checkout@v3

Expand All @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
xcode:
- "13.2.1"
- "14.2"
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
xcode:
- "13.2.1"
- "14.2"
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
xcode:
- "13.2.1"
- "14.2"
steps:
- uses: actions/checkout@v3

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<!---xcode-version-badge-markdown-->
![Supported Xcode Versions](https://img.shields.io/badge/Xcode-13.4.1%20%7C%2014.2-success)<!---xcode-version-badge-markdown-->
[![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)
Expand Down

0 comments on commit 162ec6c

Please sign in to comment.