Skip to content

Commit ff883d9

Browse files
authored
Remove godot versions without headless support
Old builds are still available in the registry. The server version kept showing some issues, the headless will likely provide better results.
1 parent 976e63b commit ff883d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Note: Make sure to adjust the godot_version down below in the build-latest job when
1313
# adding a new version to this array.
14-
godot_version: ["3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.5", "3.0.6", "3.1", "3.1.1", "3.1.2", "3.2", "3.2.1", "3.2.2", "3.2.3"]
14+
godot_version: ["3.0.6", "3.1", "3.1.1", "3.1.2", "3.2", "3.2.1", "3.2.2", "3.2.3"]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@master

0 commit comments

Comments
 (0)