Skip to content

Commit ff7c070

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

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/ci.yml

Lines changed: 10 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,15 @@ 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+
include:
73+
- tensorflow-version: 2.6.0
74+
keras-version: 2.6.0
75+
- tensorflow-version: 2.7.0
76+
keras-version: 2.7.0
77+
- tensorflow-version: 2.8.0
78+
keras-version: 2.8.0
7679

7780
steps:
7881
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)