Skip to content

Commit 18228d6

Browse files
authored
chore: Add UE 5.7 support for Windows CI (#1155)
1 parent 659ddee commit 18228d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
fail-fast: false
158158
matrix:
159159
# Note: these versions must match scripts/packaging/engine-versions.txt
160-
unreal: ['4.27', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
160+
unreal: ['4.27', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
161161
uses: ./.github/workflows/test-windows.yml
162162
with:
163163
unreal-version: ${{ matrix.unreal }}
@@ -194,7 +194,7 @@ jobs:
194194
fail-fast: false
195195
matrix:
196196
# Integration tests only for UE 5.2 and newer where CRC can be disabled
197-
unreal: ['5.2', '5.3', '5.4', '5.5', '5.6']
197+
unreal: ['5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
198198
uses: ./.github/workflows/integration-test-windows.yml
199199
with:
200200
unreal-version: ${{ matrix.unreal }}

0 commit comments

Comments
 (0)