alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Downgrade docker image #139

Closed idavidmcdonald closed 3 years ago

idavidmcdonald commented 3 years ago

What problem does the pull request solve?

In #138 I thought that 2.1 was no longer supported. This was incorrect. It is supported until the end of August as per https://dotnet.microsoft.com/platform/support/policy/dotnet-core

This, combined with the fact that actually if you run make test-with-docker you will see that the change I added was broken and the tests fail in docker.

Therefore by downgrading we support the lowest version possible and our tests are fixed in docker. Win, Win.

Checklist