From 6d9c701b7e517b9a568d6a3e3f1aaade3ae29447 Mon Sep 17 00:00:00 2001 From: Mickael Daniel Date: Sat, 26 Oct 2024 01:38:48 +0200 Subject: [PATCH] CI: Change build matrix to build against 5.3, 5.4 and 5.5 And update target branch for pull request workflow to be main, instead of master --- .github/workflows/pr-linux.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-linux.yml b/.github/workflows/pr-linux.yml index 02ef3b0..6ec91c3 100644 --- a/.github/workflows/pr-linux.yml +++ b/.github/workflows/pr-linux.yml @@ -2,7 +2,7 @@ name: (Linux) Build Plugin on: pull_request: - branches: [ master ] + branches: [ main ] jobs: linux-build-plugin: @@ -13,7 +13,7 @@ jobs: strategy: matrix: - unreal: ['5.1', '5.2', '5.3'] + unreal: ['5.3.2', '5.4.4', '5.5.0-preview-1'] steps: - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f57ecfd..458203f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - unreal: ['5.1', '5.2', '5.3'] + unreal: ['5.3', '5.4', '5.5'] steps: - name: Checkout