chore: remove 2019 support (#864)

This commit is contained in:
bd_ 2024-06-03 09:32:41 +09:00 committed by GitHub
parent 9cd91dd094
commit 32c538a536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
name: Unit tests
strategy:
matrix:
unity_major_version: [ 2019, 2022 ]
unity_major_version: [ 2022 ]
sdk: [ vrcsdk ]
runs-on: ubuntu-latest
permissions:

View File

@ -2,7 +2,7 @@
"name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar",
"version": "1.9.13",
"unity": "2019.4",
"unity": "2022.3",
"description": "A suite of tools for assembling your avatar out of reusable components",
"author": {
"name": "bd_",