Skip to content

Commit 6af85c9

Browse files
committed
Change again.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 42d9110 commit 6af85c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit_tests_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ['ubuntu-latest', 'windows-2022']
21+
os: [ubuntu-latest, windows-2022]
22+
tf_version:
23+
- '2.9.0'
24+
- '2.15.0'
2225
include:
2326
- tf_version: '2.9.0'
2427
python_version: '3.8'

0 commit comments

Comments
 (0)