Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
unityVersion:
- 2021.3.3f1
- 2021.3.45f1
- 2022.3.53f1
- 6000.0.29f1
- 2022.3.62f1
- 6000.0.57f1
- 6000.2.4f1
targetPlatform:
- StandaloneLinux64
- StandaloneWindows64
Expand All @@ -29,7 +30,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Expand All @@ -50,11 +51,12 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
customParameters: -debugCodeOptimization -enableCodeCoverage -coverageResultsPath ./CodeCoverage -coverageOptions "useProjectSettings;generateAdditionalMetrics"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results (all modes)
name: Test results for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }}
path: ${{ steps.testRunner.outputs.artifactsPath }}
overwrite: true

- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
6 changes: 3 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.rider": "3.0.37",
"com.unity.ide.visualstudio": "2.0.23",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.6",
"com.unity.testtools.codecoverage": "1.2.7",
"com.unity.ugui": "1.0.0",
"io.savolainen.uicomponents": "1.0.0-beta.9",
"com.unity.modules.ai": "1.0.0",
Expand Down
14 changes: 4 additions & 10 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.34",
"version": "3.0.37",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.22",
"version": "2.0.23",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -40,7 +40,7 @@
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.0.1",
"version": "2.1.0",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand All @@ -58,7 +58,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.6",
"version": "1.2.7",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -76,12 +76,6 @@
"com.unity.modules.imgui": "1.0.0"
}
},
"io.savolainen.test": {
"version": "file:io.savolainen.test",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"io.savolainen.uicomponents": {
"version": "1.0.0-beta.9",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.53f1
m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)
m_EditorVersion: 2022.3.62f1
m_EditorVersionWithRevision: 2022.3.62f1 (4af31df58517)
Loading