Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,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', '5.5', '5.6']
unreal: ['4.27', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
uses: ./.github/workflows/test-windows.yml
with:
unreal-version: ${{ matrix.unreal }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
fail-fast: false
matrix:
# Integration tests only for UE 5.2 and newer where CRC can be disabled
unreal: ['5.2', '5.3', '5.4', '5.5', '5.6']
unreal: ['5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
uses: ./.github/workflows/integration-test-windows.yml
with:
unreal-version: ${{ matrix.unreal }}