[`README.md` says:](https://github.com/git-learning-game/oh-my-git/blob/c64e8f276a85601fd8366fbb20467b1b23398c0a/README.md#build-your-own-level) > 1. Download the latest version of the [Godot **3** game engine](https://godotengine.org/download/3.x). Godot 4 is not supported yet. [`.github/workflows/build.yml` says:](https://github.com/git-learning-game/oh-my-git/blob/c64e8f276a85601fd8366fbb20467b1b23398c0a/.github/workflows/build.yml#L10) ```yaml env: PROJECT_NAME: oh-my-git GODOT_VERSION: 3.2.3 ``` 3.2.3 is not the latest version of Godot 3 at the moment. At the moment, [Godot 3.6](https://godotengine.org/article/godot-3-6-finally-released) is the latest version of Godot 3. It would be better if `README.md` and `.github/workflows/build.yml` both used the same version of Godot.