Skip to content

Commit

Permalink
CI: Change build matrix to build against 5.3, 5.4 and 5.5
Browse files Browse the repository at this point in the history
And update target branch for pull request workflow to be main, instead of master
  • Loading branch information
mklabs committed Oct 25, 2024
1 parent c77a2e3 commit 6d9c701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (Linux) Build Plugin

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
linux-build-plugin:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
unreal: ['5.1', '5.2', '5.3']
unreal: ['5.3', '5.4', '5.5']

steps:
- name: Checkout
Expand Down

0 comments on commit 6d9c701

Please sign in to comment.