Skip to content

Commit

Permalink
Fix yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Nov 1, 2024
1 parent 509fef6 commit 6d8c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
fail-fast: false
matrix:
# Note: these versions must match scripts/packaging/engine-versions.txt
unreal: ['4.27' '5.0', '5.1', '5.2', '5.3', '5.4']
unreal: ['4.27', '5.0', '5.1', '5.2', '5.3', '5.4']
app: ['sample']

steps:
Expand Down

0 comments on commit 6d8c81f

Please sign in to comment.