File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
godot-ref :
6
6
description : A tag, branch or commit hash in the Godot repository.
7
7
type : string
8
- default : 4.2
8
+ default : 4.3-stable
9
9
limboai-ref :
10
10
description : A tag, branch or commit hash in the LimboAI repository.
11
11
type : string
12
12
default : master
13
13
godot-cpp-ref :
14
14
description : A tag, branch or commit hash in the godot-cpp repository.
15
15
type : string
16
- default : 4.2
16
+ default : godot-4.3-stable
17
17
18
18
jobs :
19
19
cache-sha :
Original file line number Diff line number Diff line change 5
5
godot-cpp-ref :
6
6
description : A tag, branch or commit hash in the godot-cpp repository.
7
7
type : string
8
- default : 4.2
8
+ default : godot-4.3-stable
9
9
limboai-ref :
10
10
description : A tag, branch or commit hash in the LimboAI repository.
11
11
type : string
20
20
godot-cpp-ref :
21
21
description : A tag, branch or commit hash in the godot-cpp repository.
22
22
type : string
23
- default : 4.2
23
+ default : godot-4.3-stable
24
24
limboai-ref :
25
25
description : A tag, branch or commit hash in the LimboAI repository.
26
26
type : string
36
36
SCONSFLAGS : dev_build=no debug_symbols=no
37
37
EM_VERSION : 3.1.45
38
38
EM_CACHE_FOLDER : " emsdk-cache"
39
- GODOT_VERSION : 4.2 -stable
39
+ GODOT_VERSION : 4.3 -stable
40
40
41
41
jobs :
42
42
gdextension :
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ concurrency:
26
26
27
27
# Global Settings.
28
28
env :
29
- GODOT_REF : " master "
30
- GODOT_CPP_REF : " master "
29
+ GODOT_REF : " 4.3-stable "
30
+ GODOT_CPP_REF : " godot-4.3-stable "
31
31
32
32
jobs :
33
33
unit-tests :
Original file line number Diff line number Diff line change 3
3
major = 1
4
4
minor = 2
5
5
patch = 0
6
- status = "dev "
6
+ status = "rc "
7
7
doc_branch = "latest"
8
- godot_cpp_ref = "master "
8
+ godot_cpp_ref = "godot-4.3-stable "
9
9
10
10
# Code that generates version header
11
11
You can’t perform that action at this time.
0 commit comments