Skip to content

Commit d6bba25

Browse files
committed
ci: List Godot versions to test one per line
This will make future diffs that add and remove engine versions more legible.
1 parent 1e94e46 commit d6bba25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
name: Tests
2828
strategy:
2929
matrix:
30-
godot-version: [4.2.2, 4.3.0]
30+
godot-version:
31+
- 4.2.2
32+
- 4.3.0
3133
runs-on: ubuntu-latest
3234
steps:
3335
- name: Checkout

0 commit comments

Comments
 (0)