Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cs focal #1978

Merged
merged 2 commits into from Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/travis/build/script/csharp.rb
Expand Up @@ -145,6 +145,9 @@ def install_dotnet
sh.elif '$(lsb_release -cs) = bionic' do
sh.cmd "sudo sh -c \"echo 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod bionic main' > /etc/apt/sources.list.d/dotnet-official.list\"", assert: true
end
sh.elif '$(lsb_release -cs) = focal' do
sh.cmd "sudo sh -c \"echo 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/20.04/prod focal main' > /etc/apt/sources.list.d/dotnet-official.list\"", assert: true
end
sh.else do
sh.failure "The version of this operating system is not supported by .NET Core. View valid versions at https://docs.travis-ci.com/user/languages/csharp/"
end
Expand Down
11 changes: 6 additions & 5 deletions public/version-aliases/ghc.json
Expand Up @@ -115,9 +115,9 @@
"7.10.2": "7.10.2",
"7.10.3": "7.10.3",
"8.0.1": "8.0.1",
"8": "8.10.2",
"8.x": "8.10.2",
"8.x.x": "8.10.2",
"8": "8.10.3",
"8.x": "8.10.3",
"8.x.x": "8.10.3",
"8.0.x": "8.0.2",
"8.0": "8.0.2",
"8.0.2": "8.0.2",
Expand Down Expand Up @@ -153,11 +153,12 @@
"8.8.3": "8.8.3",
"8.8.4": "8.8.4",
"8.10.1-alpha1": "8.10.1-alpha1",
"8.10": "8.10.2",
"8.10": "8.10.3",
"8.10.1-alpha2": "8.10.1-alpha2",
"8.10.1": "8.10.1",
"8.10.x": "8.10.2",
"8.10.x": "8.10.3",
"8.10.2": "8.10.2",
"8.10.3": "8.10.3",
"9.0.1-alpha1": "9.0.1-alpha1",
"9.0": "9.0.1-alpha1"
}