File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,13 +276,13 @@ jobs:
276
276
include :
277
277
# Latest Godot with different Rust versions
278
278
- rust : stable
279
- godot : " 3.5.1-rc1 "
279
+ godot : " 3.5.1-stable "
280
280
postfix : ' '
281
281
- rust : nightly
282
- godot : " 3.5.1-rc1 "
282
+ godot : " 3.5.1-stable "
283
283
postfix : ' (nightly)'
284
284
- rust : ' 1.63'
285
- godot : " 3.5.1-rc1 "
285
+ godot : " 3.5.1-stable "
286
286
postfix : ' (msrv 1.63)'
287
287
288
288
# Test with oldest supported engine version
Original file line number Diff line number Diff line change 12
12
13
13
# Local variables
14
14
# Note: using variables is limited at the moment, see https://github.com/actions/runner/issues/480
15
- GODOT_VER : " 3.5.1-rc1 "
15
+ GODOT_VER : " 3.5.1-stable "
16
16
17
17
# Don't use more features like "gdnative_bindings_generator/debug" to keep CI truly minimal
18
18
GDRUST_FEATURES : " gdnative/async,gdnative/serde"
You can’t perform that action at this time.
0 commit comments