update ubuntu to 22, minimum required by net8

This commit is contained in:
Uruk 2024-04-28 15:26:31 +02:00
parent 7ee84c703a
commit 452766ab81
5 changed files with 10 additions and 10 deletions

View File

@ -37,7 +37,7 @@ body:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **OS**: Ubuntu 22.04
- **Radarr**: Radarr 3.0.1.4259
- **Docker Install**: Yes
- **Using Reverse Proxy**: No

View File

@ -19,7 +19,7 @@ variables:
nodeVersion: '20.X'
innoVersion: '6.2.2'
windowsImage: 'windows-2022'
linuxImage: 'ubuntu-20.04'
linuxImage: 'ubuntu-22.04'
macImage: 'macOS-12'
trigger:

View File

@ -76,8 +76,8 @@ namespace NzbDrone.Mono.Test.EnvironmentInfo.VersionAdapters
var version = Subject.Read();
version.Should().NotBeNull();
version.Name.Should().Be("ubuntu");
version.Version.Should().Be("20.04");
version.FullName.Should().Be("Ubuntu 20.04.6 LTS");
version.Version.Should().Be("22.04");
version.FullName.Should().Be("Ubuntu 22.04.4 LTS");
}
}
}

View File

@ -1,4 +1,4 @@
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"

View File

@ -1,9 +1,9 @@
NAME="Ubuntu"
VERSION="20.04.6 LTS, Focal Fossa"
VERSION="22.04.4 LTS, Jammy Jellyfish"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
PRETTY_NAME="Ubuntu 22.04.4 LTS"
VERSION_ID="22.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"