Skip to content

Commit 5e7dc53

Browse files
committed
Use Godot 3.4.1 in CI
1 parent 61946a7 commit 5e7dc53

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
@@ -249,13 +249,13 @@ jobs:
249249
include:
250250
# Latest Godot with different Rust versions
251251
- rust: stable
252-
godot: "3.4.1"
252+
godot: "3.4.3"
253253
postfix: ''
254254
- rust: nightly
255-
godot: "3.4.1"
255+
godot: "3.4.3"
256256
postfix: ' (nightly)'
257257
- rust: '1.56'
258-
godot: "3.4.1"
258+
godot: "3.4.3"
259259
postfix: ' (msrv 1.56)'
260260

261261
# Test with oldest supported engine version

0 commit comments

Comments
 (0)