Skip to content

Commit 313ddde

Browse files
committed
Drop before 2.3.0, extend to 2.8.0
1 parent 3d37ece commit 313ddde

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
python-version: [3.6, 3.7, 3.8]
44-
tensorflow-version: [2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0]
45-
exclude:
46-
- tensorflow-version: 2.1.0
47-
python-version: 3.8
44+
tensorflow-version: [2.3.0, 2.4.0, 2.5.0]
4845

4946
steps:
5047
- uses: actions/checkout@v2
@@ -71,8 +68,8 @@ jobs:
7168
strategy:
7269
matrix:
7370
python-version: [3.6, 3.7, 3.8]
74-
tensorflow-version: [2.6.0]
75-
keras-version: [2.6.0]
71+
tensorflow-version: [2.6.0, 2.7.0, 2.8.0]
72+
keras-version: [2.6.0, 2.7.0, 2.8.0]
7673

7774
steps:
7875
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)