From 9a7c8d44ba29aebcffc7c0cc7768185a7297e9a3 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:20:44 +0100 Subject: [PATCH] Bump bump --- .github/workflows/ci-suite.yml | 4 ++-- tests/Tgstation.Server.Tests/Instance/ByondTest.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index c00b2cb4e4..43714e3cf8 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -51,8 +51,8 @@ jobs: dmapi-build: name: Build DMAPI env: - BYOND_MAJOR: 513 - BYOND_MINOR: 1536 + BYOND_MAJOR: 515 + BYOND_MINOR: 1592 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 db83ca4ad3..92dca4144d 100644 --- a/tests/Tgstation.Server.Tests/Instance/ByondTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/ByondTest.cs @@ -22,7 +22,7 @@ namespace Tgstation.Server.Tests.Instance { sealed class ByondTest : JobsRequiredTest { - public static readonly Version TestVersion = new (513, 1536); + public static readonly Version TestVersion = new (515, 1592); readonly IByondClient byondClient;