Skip to content

Commit 4242168

Browse files
authored
Merge pull request #81 from mattpolzin/add-swift-5.3-ci
ditch master nightly tests but add official 5.2 and 5.3 nightlies.
2 parents 08d5069 + 05aba09 commit 4242168

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
image:
1616
- swift:5.2-xenial
1717
- swift:5.2-bionic
18-
- swiftlang/swift:nightly-master-focal
19-
- swiftlang/swift:nightly-master-centos8
20-
- swiftlang/swift:nightly-master-amazonlinux2
18+
- swift:5.2-focal
19+
- swift:5.2-centos8
20+
- swift:5.2-amazonlinux2
21+
- swiftlang/swift:nightly-5.3-xenial
22+
- swiftlang/swift:nightly-5.3-bionic
2123
container: ${{ matrix.image }}
2224
steps:
23-
- name: Install dependencies if needed
24-
run: ${{ matrix.depscmd }}
2525
- name: Checkout code
2626
uses: actions/checkout@v2
2727
- name: Run tests

0 commit comments

Comments
 (0)