Skip to content

Commit 4d98533

Browse files
Re enables beta CI (ParadiseSS13#27693)
* Re enables beta CI * aaaaaaaaaaaaaa
1 parent 10af89f commit 4d98533

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
'/datum/map/cerestation',
105105
'/datum/map/emeraldstation',
106106
]
107-
byondtype: ['STABLE']
107+
byondtype: ['STABLE', 'BETA']
108108
services:
109109
mariadb:
110110
image: mariadb:latest

_build_dependencies.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export STABLE_BYOND_MAJOR=515
88
# Stable Byond Minor
99
export STABLE_BYOND_MINOR=1633
1010
# Beta Byond Major - Uncomment and update if beta cycle active
11-
#export BETA_BYOND_MAJOR=515
11+
export BETA_BYOND_MAJOR=516
1212
# Beta Byond Minor - Uncomment and update if beta cycle active
13-
#export BETA_BYOND_MINOR=1633
13+
export BETA_BYOND_MINOR=1648
1414
# Python version for mapmerge and other tools
1515
export PYTHON_VERSION=3.11.6
1616
# RUSTG version

0 commit comments

Comments
 (0)