Skip to content

Commit 97cc9b7

Browse files
committed
Updated unity-tests.yml
1 parent 7159a83 commit 97cc9b7

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

.github/workflows/unity-tests.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,21 @@ jobs:
1313
name: ${{ matrix.unityVersion }} ${{ matrix.testMode }}
1414
runs-on: ubuntu-latest
1515
strategy:
16-
fail-fast: false
16+
fail-fast: true
1717
matrix:
1818
projectPath:
1919
- './'
2020
unityVersion:
21-
- '2019.2.1f1'
22-
- '2019.3.0f1'
23-
- '2019.4.0f1'
24-
- '2020.3.0f1'
25-
- '2021.3.0f1'
26-
- '2022.3.0f1'
27-
- '2023.2.0f1'
28-
- '6000.0.23f1'
21+
- '2019.2.13f1'
22+
- '2019.3.15f1'
23+
- '2019.4.40f1'
24+
- '2020.1.17f1'
25+
- '2020.3.48f1'
26+
- '2021.3.48f1'
27+
- '2022.3.57f1'
28+
- '2023.1.20f1'
29+
- '2023.2.20f1'
30+
- '6000.0.37f1'
2931
testMode:
3032
- editmode
3133
steps:

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Async image loader with two caching layers for Unity.
88

99
| Unity Version | Status |
1010
| ------------- | ------ |
11-
| 2019.2.1f1 | ![2019.2.1f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.2.1f1) |
12-
| 2019.3.0f1 | ![2019.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.3.0f1) |
13-
| 2019.4.0f1 | ![2019.4.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.4.0f1) |
14-
| 2020.3.0f1 | ![2020.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.3.0f1) |
15-
| 2021.3.0f1 | ![2021.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2021.3.0f1) |
16-
| 2022.3.0f1 | ![2022.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2022.3.0f1) |
17-
| 2023.2.0f1 | ![2023.2.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.2.0f1) |
18-
| 6000.0.23f1 | ![6000.0.23f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=6000.0.23f1)|
11+
| 2019.2.13f1 | ![2019.2.13f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.2.13f1) |
12+
| 2019.3.15f1 | ![2019.3.15f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.3.15f1) |
13+
| 2019.4.40f1 | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.4.40f1) |
14+
| 2020.1.17f1 | ![2020.1.17f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.1.17f1) |
15+
| 2020.3.48f1 | ![2020.3.48f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.3.48f1) |
16+
| 2021.3.48f1 | ![2021.3.48f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2021.3.48f1) |
17+
| 2022.3.57f1 | ![2022.3.57f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2022.3.57f1) |
18+
| 2023.1.20f1 | ![2023.1.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.1.20f1) |
19+
| 2023.2.20f1 | ![2023.2.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.2.20f1) |
20+
| 6000.0.37f1 | ![6000.0.37f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=6000.0.37f1) |
1921

2022
## Features
2123

0 commit comments

Comments
 (0)