Skip to content

Commit 80ae8b0

Browse files
committed
wip: remove swift 5.5 compatibility to fix actor protocol confirmance
1 parent dc56f4e commit 80ae8b0

File tree

4 files changed

+339
-345
lines changed

4 files changed

+339
-345
lines changed

.github/workflows/swift-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_call:
55

66
jobs:
7-
# Test package with swift 5.5 1nd 5.6 on linux and windows
7+
# Test package with swift 5.6 on linux and windows
88
swift-package:
99
name: Run Swift Package Tests with swift version ${{ matrix.swift }}
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
swift: ['5.5', '5.6']
14+
swift: ['5.6']
1515

1616
steps:
1717
- name: Checkout repository

0 commit comments

Comments
 (0)