Skip to content

Commit

Permalink
Add UE 5.5 support to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 13, 2024
1 parent 4027d19 commit 7500827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -144,7 +144,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', '5.5']
app: ['sample']

steps:
Expand Down
1 change: 1 addition & 0 deletions scripts/packaging/engine-versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
5.5
5.4
5.3
5.2
Expand Down

0 comments on commit 7500827

Please sign in to comment.