Skip to content

Commit 8919de1

Browse files
committed
Update GDNative API to match Godot 3.5
1 parent 6eae3f5 commit 8919de1

File tree

3 files changed

+13865
-1483
lines changed

3 files changed

+13865
-1483
lines changed

.github/workflows/full-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ jobs:
276276
include:
277277
# Latest Godot with different Rust versions
278278
- rust: stable
279-
godot: "3.4.3"
279+
godot: "3.5"
280280
postfix: ''
281281
- rust: nightly
282-
godot: "3.4.3"
282+
godot: "3.5"
283283
postfix: ' (nightly)'
284284
- rust: '1.56'
285-
godot: "3.4.3"
285+
godot: "3.5"
286286
postfix: ' (msrv 1.56)'
287287

288288
# Test with oldest supported engine version

0 commit comments

Comments
 (0)