Skip to content

Commit f117fc4

Browse files
committed
GH Actions: Drop old Swift versions
... ain't supported by NIO anymore.
1 parent be9cefa commit f117fc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build
22

33
on:
44
push:
@@ -13,10 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.2.5-xenial
17-
- swift:5.3.2-xenial
18-
- swift:5.3.2-bionic
1916
- swift:5.5.0-focal
17+
- swift:5.6.1-bionic
2018
container: ${{ matrix.image }}
2119
steps:
2220
- name: Checkout Repository

0 commit comments

Comments
 (0)