mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Bump bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user