Skip to content

Commit

Permalink
udpate blender versions
Browse files Browse the repository at this point in the history
matyalatte committed May 18, 2024
1 parent 58f7430 commit 03d1f0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -40,25 +40,25 @@ jobs:
fail-fast: false
matrix:
include:
# Test with 2.83, 3.3, 3.6, and 4.0 on Windows
# Test with 2.83, 3.3, 3.6, and 4.1 on Windows
- platform: windows-latest
blender-version: '4.0.2'
blender-version: '4.1.1'

- platform: windows-latest
blender-version: '3.6.9'
blender-version: '3.6.11'

- platform: windows-latest
blender-version: '3.3.16'
blender-version: '3.3.18'

- platform: windows-latest
blender-version: '2.83.20'

# Test with 3.6 on Unix/Linux systems
- platform: ubuntu-latest
blender-version: '3.6.9'
blender-version: '3.6.11'

- platform: macos-latest
blender-version: '3.6.9'
blender-version: '3.6.11'

steps:
- uses: actions/checkout@v4

0 comments on commit 03d1f0b

Please sign in to comment.