Skip to content

Commit

Permalink
bumped unreal to 5.4 and blender to 4.2 (#40)
Browse files Browse the repository at this point in the history
Bumped latest tests to unreal to 5.4 and blender to 4.2
  • Loading branch information
jack-yao91 authored Jul 20, 2024
1 parent 4e59bfc commit db4b942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
test-lts:
name: Test LTS
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@restructure-addons-for-better-dev-setup
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test LTS
Expand All @@ -32,9 +32,9 @@ jobs:
test-latest:
needs: test-lts
name: Test Latest
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@restructure-addons-for-better-dev-setup
uses: poly-hammer/BlenderTools/.github/workflows/re-use-tests.yml@main
secrets: inherit
with:
title: Test Latest
unreal-version: 5.3
blender-version: 4.1
unreal-version: 5.4
blender-version: 4.2

0 comments on commit db4b942

Please sign in to comment.