Skip to content

Commit de651f0

Browse files
authored
Drop support for Swift5.6 and corresponding Xcode version (#40)
1 parent 540e508 commit de651f0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Publish Documentation
1313
runs-on: macos-12
1414
env:
15-
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
15+
DEVELOPER_DIR: /Applications/Xcode_14.2.app
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Build docs

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
xcode_version:
19-
- 13.3
20-
- 14.0.1
19+
- 14.2
2120
env:
2221
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
2322
steps:
@@ -35,7 +34,7 @@ jobs:
3534
name: Validation
3635
runs-on: macos-12
3736
env:
38-
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
37+
DEVELOPER_DIR: /Applications/Xcode_14.2.app
3938
steps:
4039
- uses: actions/checkout@v2
4140
- name: Validate lint

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Open `Examples/App.xcodeproj` and play around with it!
146146

147147
| |Minimum Version|
148148
|------:|--------------:|
149-
|Swift |5.6 |
150-
|Xcode |13.3 |
149+
|Swift |5.7 |
150+
|Xcode |14.2 |
151151
|iOS |14.0 |
152152
|macOS |11.0 |
153153
|tvOS |14.0 |

0 commit comments

Comments
 (0)