8000 ci: List Godot versions to test one per line · DoomTas3r/changes-block-coding@26f39de · GitHub
[go: up one dir, main page]

Skip to content

Commit 26f39de

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 bfd553d commit 26f39de

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
@@ -32,7 +32,9 @@ jobs:
3232
name: Tests
3333
strategy:
3434
matrix:
35-
godot-version: [4.2.2, 4.3.0]
35+
godot-version:
36+
- 4.2.2
37+
- 4.3.0
3638
runs-on: ubuntu-latest
3739
steps:
3840
- name: Checkout

0 commit comments

Comments
 (0)
0