Skip to content

Commit 1724fc4

Browse files
committed
(GitHub Actions) Disable EOL versions (for now)
1 parent 3476cee commit 1724fc4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@ jobs:
1717
run: sudo apt update && sudo apt install mono-devel
1818
- uses: actions/checkout@v2
1919

20-
- name: Setup .NET Core SDK 1.0
21-
uses: actions/[email protected]
22-
with:
23-
dotnet-version: 1.0.x
20+
# - name: Setup .NET Core SDK 1.0
21+
# uses: actions/[email protected]
22+
# with:
23+
# dotnet-version: 1.0.x
2424

25-
- name: Setup .NET Core SDK 1.1
26-
uses: actions/[email protected]
27-
with:
28-
dotnet-version: 1.1.x
25+
# - name: Setup .NET Core SDK 1.1
26+
# uses: actions/[email protected]
27+
# with:
28+
# dotnet-version: 1.1.x
2929

30-
- name: Setup .NET Core SDK 2.0
31-
uses: actions/[email protected]
32-
with:
33-
dotnet-version: 2.0.x
30+
# - name: Setup .NET Core SDK 2.0
31+
# uses: actions/[email protected]
32+
# with:
33+
# dotnet-version: 2.0.x
3434

3535
- name: Setup .NET Core SDK 2.1
3636
uses: actions/[email protected]
3737
with:
3838
dotnet-version: 2.1.x
3939

40-
- name: Setup .NET Core SDK 2.2
41-
uses: actions/[email protected]
42-
with:
43-
dotnet-version: 2.2.x
40+
# - name: Setup .NET Core SDK 2.2
41+
# uses: actions/[email protected]
42+
# with:
43+
# dotnet-version: 2.2.x
4444

45-
- name: Setup .NET Core SDK 3.0
46-
uses: actions/[email protected]
47-
with:
48-
dotnet-version: 3.0.x
45+
# - name: Setup .NET Core SDK 3.0
46+
# uses: actions/[email protected]
47+
# with:
48+
# dotnet-version: 3.0.x
4949

5050
- name: Setup .NET Core SDK 3.1
5151
uses: actions/[email protected]

0 commit comments

Comments
 (0)