File tree Expand file tree Collapse file tree 6 files changed +28
-17
lines changed Expand file tree Collapse file tree 6 files changed +28
-17
lines changed Original file line number Diff line number Diff line change 35
35
path : cloud-bigtable-clients-test
36
36
- uses : actions/setup-dotnet@v4
37
37
with :
38
- dotnet-version : 6.0.x
38
+ dotnet-version : |
39
+ 6.0.x
40
+ 8.0.x
39
41
- uses : actions/setup-go@v5
40
42
with :
41
43
go-version : ' >=1.20.2'
Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
18
18
submodules : true
19
19
fetch-depth : 100
20
20
21
- - name : Setup .NET 6.0
22
- uses : actions/setup-dotnet@v4
21
+ - name : Setup .NET
22
+ - uses : actions/setup-dotnet@v4
23
23
with :
24
- dotnet-version : 6.0.x
24
+ dotnet-version : |
25
+ 6.0.x
26
+ 8.0.x
25
27
26
28
# The GitHub checkout action leaves the repo in a slightly awkward
27
29
# state. This tidies it up.
Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ jobs:
17
17
with :
18
18
submodules : true
19
19
20
- - name : Setup .NET 6.0
21
- uses : actions/setup-dotnet@v4
20
+ - name : Setup .NET
21
+ - uses : actions/setup-dotnet@v4
22
22
with :
23
- dotnet-version : 6.0.x
23
+ dotnet-version : |
24
+ 6.0.x
25
+ 8.0.x
24
26
25
27
- name : Build and test
26
28
run : |
Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ jobs:
27
27
git checkout -b main ${{ github.event.pull_request.base.sha }}
28
28
git checkout pr-head
29
29
30
- - name : Setup .NET 6.0
31
- uses : actions/setup-dotnet@v4
30
+ - name : Setup .NET
31
+ - uses : actions/setup-dotnet@v4
32
32
with :
33
- dotnet-version : 6.0.x
33
+ dotnet-version : |
34
+ 6.0.x
35
+ 8.0.x
34
36
35
37
- name : Detect PR changes
36
38
env :
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
27
27
with :
28
28
submodules : true
29
29
30
- # Install .NET 6 for building
31
- - name : Setup .NET 6.0
32
- uses : actions/setup-dotnet@v4
30
+ - name : Setup .NET
31
+ - uses : actions/setup-dotnet@v4
33
32
with :
34
- dotnet-version : 6.0.x
33
+ dotnet-version : |
34
+ 6.0.x
35
+ 8.0.x
35
36
36
37
- name : Spanner Emulator
37
38
env :
Original file line number Diff line number Diff line change @@ -28,10 +28,12 @@ jobs:
28
28
with :
29
29
submodules : true
30
30
31
- - name : Setup .NET 6.0
32
- uses : actions/setup-dotnet@v4
31
+ - name : Setup .NET
32
+ - uses : actions/setup-dotnet@v4
33
33
with :
34
- dotnet-version : 6.0.x
34
+ dotnet-version : |
35
+ 6.0.x
36
+ 8.0.x
35
37
36
38
- run : dotnet test Google.Cloud.Storage.V1.RetryConformanceTests.csproj
37
39
env :
You can’t perform that action at this time.
0 commit comments