Skip to content

Commit cddcf1e

Browse files
committed
Update Unity version in workflows and README to 2019.4.40f1
1 parent bf7b60d commit cddcf1e

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122

123123
# --- EDIT MODE ---
124124

125-
test-unity-2019-2-21f1-editmode:
125+
test-unity-2019-4-40f1-editmode:
126126
needs: [setup, build-unity-installer]
127127
uses: ./.github/workflows/test_unity_plugin.yml
128128
with:
129129
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
130-
unityVersion: '2019.2.21f1'
130+
unityVersion: '2019.4.40f1'
131131
testMode: 'editmode'
132132
secrets: inherit
133133

@@ -169,12 +169,12 @@ jobs:
169169

170170
# --- PLAY MODE ---
171171

172-
test-unity-2019-2-21f1-playmode:
172+
test-unity-2019-4-40f1-playmode:
173173
needs: [setup, build-unity-installer]
174174
uses: ./.github/workflows/test_unity_plugin.yml
175175
with:
176176
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
177-
unityVersion: '2019.2.21f1'
177+
unityVersion: '2019.4.40f1'
178178
testMode: 'playmode'
179179
secrets: inherit
180180

@@ -216,12 +216,12 @@ jobs:
216216

217217
# --- STANDALONE ---
218218

219-
test-unity-2019-2-21f1-standalone:
219+
test-unity-2019-4-40f1-standalone:
220220
needs: [setup, build-unity-installer]
221221
uses: ./.github/workflows/test_unity_plugin.yml
222222
with:
223223
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
224-
unityVersion: '2019.2.21f1'
224+
unityVersion: '2019.4.40f1'
225225
testMode: 'standalone'
226226
secrets: inherit
227227

@@ -268,9 +268,9 @@ jobs:
268268
needs: [
269269
check-version-tag,
270270
build-unity-installer,
271-
test-unity-2019-2-21f1-editmode,
272-
test-unity-2019-2-21f1-playmode,
273-
test-unity-2019-2-21f1-standalone,
271+
test-unity-2019-4-40f1-editmode,
272+
test-unity-2019-4-40f1-playmode,
273+
test-unity-2019-4-40f1-standalone,
274274
test-unity-2020-3-48f1-editmode,
275275
test-unity-2020-3-48f1-playmode,
276276
test-unity-2020-3-48f1-standalone,

.github/workflows/test_pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
2828
# --- EDIT MODE ---
2929

30-
test-unity-2019-2-21f1-editmode:
30+
test-unity-2019-4-40f1-editmode:
3131
needs: setup
3232
uses: ./.github/workflows/test_unity_plugin.yml
3333
with:
3434
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
35-
unityVersion: '2019.2.21f1'
35+
unityVersion: '2019.4.40f1'
3636
testMode: 'editmode'
3737
secrets: inherit
3838

@@ -74,12 +74,12 @@ jobs:
7474

7575
# --- PLAY MODE ---
7676

77-
test-unity-2019-2-21f1-playmode:
77+
test-unity-2019-4-40f1-playmode:
7878
needs: setup
7979
uses: ./.github/workflows/test_unity_plugin.yml
8080
with:
8181
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
82-
unityVersion: '2019.2.21f1'
82+
unityVersion: '2019.4.40f1'
8383
testMode: 'playmode'
8484
secrets: inherit
8585

@@ -121,12 +121,12 @@ jobs:
121121

122122
# --- STANDALONE ---
123123

124-
test-unity-2019-2-21f1-standalone:
124+
test-unity-2019-4-40f1-standalone:
125125
needs: setup
126126
uses: ./.github/workflows/test_unity_plugin.yml
127127
with:
128128
projectPath: ${{ needs.setup.outputs.UnityProjectPath }}
129-
unityVersion: '2019.2.21f1'
129+
unityVersion: '2019.4.40f1'
130130
testMode: 'standalone'
131131
secrets: inherit
132132

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
2525

2626
| Unity Version | Editor test | Player test | Build test |
2727
|---------------|-------------|-------------|------------|
28-
| 2019.2.21f1 | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-editmode) | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-playmode) | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-standalone) |
28+
| 2019.4.40f1 | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-editmode) | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-playmode) | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-standalone) |
2929
| 2020.3.48f1 | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-editmode) | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-playmode) | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-standalone) |
3030
| 2021.3.45f1 | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-editmode) | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-playmode) | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-standalone) |
3131
| 2022.3.62f1 | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-editmode) | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-playmode) | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-standalone) |

Unity-Package/Assets/root/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
2525

2626
| Unity Version | Editor test | Player test | Build test |
2727
|---------------|-------------|-------------|------------|
28-
| 2019.2.21f1 | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-editmode) | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-playmode) | ![2019.2.21f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-2-21f1-standalone) |
28+
| 2019.4.40f1 | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-editmode) | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-playmode) | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2019-4-40f1-standalone) |
2929
| 2020.3.48f1 | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-editmode) | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-playmode) | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2020-3-48f1-standalone) |
3030
| 2021.3.45f1 | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-editmode) | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-playmode) | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2021-3-45f1-standalone) |
3131
| 2022.3.62f1 | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-editmode) | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-playmode) | ![2022.3.62f1](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg?job=test-unity-2022-3-62f1-standalone) |

0 commit comments

Comments
 (0)