@@ -27,14 +27,10 @@ jobs:
2727 repository : openactive/openactive-test-suite
2828 ref : ${{ steps.refs.outputs.mirror_ref }}
2929 path : tests
30- - name : Setup .NET Core 2 .1.808 for Booking Server Reference Implementation
30+ - name : Setup .NET Core SDK 3 .1.419
3131 uses : actions/setup-dotnet@v1
3232 with :
33- dotnet-version : 2.1.808
34- - name : Setup .NET Core SDK 3.1.411 for Authentication Authority Reference Implementation
35- uses : actions/setup-dotnet@v1
36- with :
37- dotnet-version : 3.1.411
33+ dotnet-version : 3.1.419
3834 - name : Setup Node.js 14.x
3935 uses : actions/setup-node@v1
4036 with :
@@ -150,14 +146,10 @@ jobs:
150146 # Checkout the repo
151147 - uses : actions/checkout@master
152148 # Setup .NET Core SDK
153- - name : Setup .NET Core 2.1.808
154- uses : actions/setup-dotnet@v1
155- with :
156- dotnet-version : 2.1.808
157- - name : Setup .NET Core SDK 3.1.411 for Authentication Authority Reference Implementation
149+ - name : Setup .NET Core SDK 3.1.419
158150 uses : actions/setup-dotnet@v1
159151 with :
160- dotnet-version : 3.1.411
152+ dotnet-version : 3.1.419
161153 # Run dotnet build and publish
162154 - name : Install OpenActive.Server.NET dependencies
163155 run : dotnet restore
0 commit comments