Skip to content

Commit e16e112

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

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 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
@@ -70,9 +67,9 @@ jobs:
7067
runs-on: ubuntu-latest
7168
strategy:
7269
matrix:
73-
python-version: [3.6, 3.7, 3.8]
74-
tensorflow-version: [2.6.0]
75-
keras-version: [2.6.0]
70+
python-version: [3.7, 3.8]
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)