Skip to content

Commit e4082ec

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3b0fd78 + 005c83f commit e4082ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
max-parallel: 2
2626
matrix:
27-
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
27+
unity: ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 20
3030
steps:
@@ -44,7 +44,7 @@ jobs:
4444
# Execute scripts: Export Package
4545
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
4646
- name: Build Unity (.unitypacakge)
47-
if: ${{ startsWith(matrix.unity, '2021') }} # only execute once
47+
if: ${{ startsWith(matrix.unity, '2022') }} # only execute once
4848
uses: Cysharp/Actions/.github/actions/unity-builder@main
4949
env:
5050
UNITY_EMAIL: ${{ steps.op-load-secret.outputs.UNITY_EMAIL }}

src/UniTask/Assets/Plugins/UniTask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.cysharp.unitask",
33
"displayName": "UniTask",
44
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
5-
"version": "2.5.7",
5+
"version": "2.5.8",
66
"unity": "2018.4",
77
"description": "Provides an efficient async/await integration to Unity.",
88
"keywords": [ "async/await", "async", "Task", "UniTask" ],

0 commit comments

Comments
 (0)