Skip to content

Commit 84f6f97

Browse files
committed
Update CI to Godot 3.5.1-rc1
1 parent 18754a6 commit 84f6f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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.5"
279+
godot: "3.5.1-rc1"
280280
postfix: ''
281281
- rust: nightly
282-
godot: "3.5"
282+
godot: "3.5.1-rc1"
283283
postfix: ' (nightly)'
284284
- rust: '1.56'
285-
godot: "3.5"
285+
godot: "3.5.1-rc1"
286286
postfix: ' (msrv 1.56)'
287287

288288
# Test with oldest supported engine version

0 commit comments

Comments
 (0)