Commit 4d98533 1 parent 10af89f commit 4d98533 Copy full SHA for 4d98533
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
' /datum/map/cerestation' ,
105
105
' /datum/map/emeraldstation' ,
106
106
]
107
- byondtype : ['STABLE']
107
+ byondtype : ['STABLE', 'BETA' ]
108
108
services :
109
109
mariadb :
110
110
image : mariadb:latest
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ export STABLE_BYOND_MAJOR=515
8
8
# Stable Byond Minor
9
9
export STABLE_BYOND_MINOR=1633
10
10
# Beta Byond Major - Uncomment and update if beta cycle active
11
- # export BETA_BYOND_MAJOR=515
11
+ export BETA_BYOND_MAJOR=516
12
12
# Beta Byond Minor - Uncomment and update if beta cycle active
13
- # export BETA_BYOND_MINOR=1633
13
+ export BETA_BYOND_MINOR=1648
14
14
# Python version for mapmerge and other tools
15
15
export PYTHON_VERSION=3.11.6
16
16
# RUSTG version
You can’t perform that action at this time.
0 commit comments