From 6bd8f00f15e71d221acad59b5ed4ffdd363431e0 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 18 Dec 2020 14:23:37 -0500 Subject: [PATCH] Bump test BYOND version to 513.1536 --- .github/workflows/ci-suite.yml | 2 +- tests/Tgstation.Server.Tests/Instance/ByondTest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 1baf050890..cb9188f4fc 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -24,7 +24,7 @@ jobs: name: Build DMAPI env: BYOND_MAJOR: 513 - BYOND_MINOR: 1527 + BYOND_MINOR: 1536 runs-on: ubuntu-latest steps: - name: Install x86 libc Dependencies diff --git a/tests/Tgstation.Server.Tests/Instance/ByondTest.cs b/tests/Tgstation.Server.Tests/Instance/ByondTest.cs index c3eb6e84fe..4c50aab14f 100644 --- a/tests/Tgstation.Server.Tests/Instance/ByondTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/ByondTest.cs @@ -18,7 +18,7 @@ namespace Tgstation.Server.Tests.Instance { sealed class ByondTest : JobsRequiredTest { - public static readonly Version TestVersion = new Version(513, 1527); + public static readonly Version TestVersion = new Version(513, 1536); readonly IByondClient byondClient;