Skip to content

Commit

Permalink
ci: List Godot versions to test one per line
Browse files Browse the repository at this point in the history
This will make future diffs that add and remove engine versions more
legible.
  • Loading branch information
wjt committed Nov 4, 2024
1 parent 1e94e46 commit 07b5b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
name: Tests
strategy:
matrix:
godot-version: [4.2.2, 4.3.0]
godot-version:
- 4.2.2
- 4.3.0
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 07b5b69

Please sign in to comment.