Skip to content

Commit

Permalink
Drop before 2.3.0, extend to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelMeudec committed Mar 21, 2022
1 parent 3d37ece commit ff7c070
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
tensorflow-version: [2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0]
exclude:
- tensorflow-version: 2.1.0
python-version: 3.8
tensorflow-version: [2.3.0, 2.4.0, 2.5.0]

steps:
- uses: actions/checkout@v2
Expand All @@ -70,9 +67,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
tensorflow-version: [2.6.0]
keras-version: [2.6.0]
python-version: [3.7, 3.8]
tensorflow-version: [2.6.0, 2.7.0, 2.8.0]
include:
- tensorflow-version: 2.6.0
keras-version: 2.6.0
- tensorflow-version: 2.7.0
keras-version: 2.7.0
- tensorflow-version: 2.8.0
keras-version: 2.8.0

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ff7c070

Please sign in to comment.