Skip to content

Commit 295d440

Browse files
committed
ditch master nightly tests but add official 5.2 tests for focal, centos8, and amazonlinux and add nightlies for 5.3
1 parent 08d5069 commit 295d440

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ 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
23+
- swiftlang/swift:nightly-5.3-focal
24+
- swiftlang/swift:nightly-5.3-centos8
25+
- swiftlang/swift:nightly-5.3-amazonlinux2
2126
container: ${{ matrix.image }}
2227
steps:
23-
- name: Install dependencies if needed
24-
run: ${{ matrix.depscmd }}
2528
- name: Checkout code
2629
uses: actions/checkout@v2
2730
- name: Run tests

0 commit comments

Comments
 (0)