Skip to content

Commit a6f49fa

Browse files
committed
(build) use only the latest LTS - 3.1
1 parent 8a866e3 commit a6f49fa

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
matrix:
105105
os: [linux]
106-
targetFramework: [2.1, 3.1]
106+
targetFramework: [3.1]
107107
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
108108
fail-fast: false
109109

@@ -233,7 +233,7 @@ jobs:
233233
strategy:
234234
matrix:
235235
os: [linux]
236-
targetFramework: [2.1, 3.1]
236+
targetFramework: [3.1]
237237
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
238238
fail-fast: false
239239

src/Docker/docker.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"linux": {
3-
"2.1": [
4-
"alpine.3.10-x64",
5-
"centos.7-x64",
6-
"debian.9-x64",
7-
"fedora.30-x64",
8-
"ubuntu.16.04-x64",
9-
"ubuntu.18.04-x64"
10-
],
113
"3.1": [
124
"alpine.3.10-x64",
135
"centos.7-x64",
@@ -18,9 +10,6 @@
1810
]
1911
},
2012
"windows": {
21-
"2.1": [
22-
"nanoserver"
23-
],
2413
"3.1": [
2514
"nanoserver"
2615
]

0 commit comments

Comments
 (0)