Skip to content

Commit 183ca58

Browse files
committed
Updating misc version references.
1 parent c804031 commit 183ca58

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repoOwner": "EpicGamesExt",
33
"repoName": "PixelStreamingInfrastructure",
4-
"targetBranchChoices": ["master", "UE5.2", "UE5.3", "UE5.4", "UE5.5", "UE5.6"],
4+
"targetBranchChoices": ["master", "UE5.2", "UE5.3", "UE5.4", "UE5.5", "UE5.6", "UE5.7"],
55
"autoMerge": true,
66
"autoMergeMethod": "squash"
77
}

.github/workflows/healthcheck-streaming.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
uses: robinraju/release-downloader@v1
6565
with:
6666
repository: 'EpicGamesExt/PixelStreamingInfrastructure'
67-
tag: 'minimal-streamer-5.6'
68-
fileName: 'Minimal-PixelStreamer-5.6-Win64-Development.7z'
67+
tag: 'minimal-streamer-5.7'
68+
fileName: 'Minimal-PixelStreamer-5.7-Win64-Development.7z'
6969

7070
- name: Extract streamer
71-
run: 7z x -oStreamer Minimal-PixelStreamer-5.6-Win64-Development.7z
71+
run: 7z x -oStreamer Minimal-PixelStreamer-5.7-Win64-Development.7z
7272

7373
- name: Install dependencies
7474
run: npm install

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ These versions are currently being supported with security updates.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9+
| 5.7 | :white_check_mark: |
10+
| 5.6 | :white_check_mark: |
911
| 5.5 | :white_check_mark: |
1012
| 5.4 | :white_check_mark: |
1113
| 5.3 | :white_check_mark: |

0 commit comments

Comments
 (0)