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;