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 name: Unit tests
strategy: strategy:
matrix: matrix:
unity_major_version: [ 2019, 2022 ] unity_major_version: [ 2022 ]
sdk: [ vrcsdk ] sdk: [ vrcsdk ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:

View File

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