bump unit tests

This commit is contained in:
SandPoot
2024-03-30 16:11:46 -03:00
parent c6abb92d7a
commit 35fbd59762
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
version: 1
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
# Must be interpreted as a string, keep quoted
byond: "514.1556"
byond: "515.1634"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static

View File

@@ -5,7 +5,7 @@
# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1633
export BYOND_MINOR=1634
#rust_g git tag
export RUST_G_VERSION=0.4.10

View File

@@ -38,7 +38,7 @@ services:
driver: none
setup:
environment:
TGS_BYOND: 513.1514
TGS_BYOND: 515.1634
TGS_REPO: https://github.com/tgstation/tgstation
build:
context: ./SetupProgram