Skip to content

Commit 1d7655e

Browse files
committed
CI: use oldest supported Godot version (3.2)
1 parent 66b2dd7 commit 1d7655e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/full-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,9 @@ jobs:
244244
godot: "3.4.1"
245245
postfix: ' (msrv 1.51)'
246246

247-
# Test with older engine version
248-
# Note: headless versions of Godot <= 3.3 may crash with a bug, see feature description in lib.rs
247+
# Test with oldest supported engine version
249248
- rust: stable
250-
godot: "3.3.1"
249+
godot: "3.2"
251250
postfix: ''
252251
build_args: '--features custom-godot'
253252

0 commit comments

Comments
 (0)