Skip to content

Commit ce799a3

Browse files
committed
remove all the docker images that aren't compatible with GH Actions Node version from the matrices
1 parent 481d593 commit ce799a3

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/tests.yml

-30
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
image:
16-
- swift:5.1-xenial
17-
- swift:5.1-bionic
18-
- swift:5.2-xenial
19-
- swift:5.2-bionic
2016
- swift:5.2-focal
2117
- swift:5.2-centos8
22-
- swift:5.2-amazonlinux2
23-
- swift:5.3-xenial
24-
- swift:5.3-bionic
2518
- swift:5.3-focal
2619
- swift:5.3-centos8
27-
- swift:5.3-amazonlinux2
2820
# see below for 5.4, 5.5, etc.
2921
container: ${{ matrix.image }}
30-
env:
31-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
3222
steps:
3323
- name: Checkout code
3424
uses: actions/checkout@v4
@@ -42,14 +32,9 @@ jobs:
4232
fail-fast: false
4333
matrix:
4434
image:
45-
- swift:5.4-xenial
46-
- swift:5.4-bionic
4735
- swift:5.4-focal
4836
- swift:5.4-centos8
49-
- swift:5.4-amazonlinux2
5037
container: ${{ matrix.image }}
51-
env:
52-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
5338
steps:
5439
- name: Checkout code
5540
uses: actions/checkout@v4
@@ -61,35 +46,20 @@ jobs:
6146
fail-fast: false
6247
matrix:
6348
image:
64-
- swift:5.5-xenial
65-
- swift:5.5-bionic
6649
- swift:5.5-focal
6750
- swift:5.5-centos8
68-
- swift:5.5-amazonlinux2
69-
- swift:5.6-bionic
7051
- swift:5.6-focal
71-
- swift:5.6-amazonlinux2
72-
- swift:5.7-bionic
7352
- swift:5.7-focal
7453
- swift:5.7-jammy
75-
- swift:5.7-amazonlinux2
76-
- swift:5.8-bionic
7754
- swift:5.8-focal
7855
- swift:5.8-jammy
79-
- swift:5.8-amazonlinux2
8056
- swift:5.9-focal
8157
- swift:5.9-jammy
82-
- swift:5.9-amazonlinux2
8358
- swift:5.10-focal
8459
- swift:5.10-jammy
85-
- swift:5.10-amazonlinux2
86-
- swiftlang/swift:nightly-bionic
8760
- swiftlang/swift:nightly-focal
8861
- swiftlang/swift:nightly-jammy
89-
- swiftlang/swift:nightly-amazonlinux2
9062
container: ${{ matrix.image }}
91-
env:
92-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
9363
steps:
9464
- name: Checkout code
9565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)