Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Removed TF versions 2.2 and 2.3 from CI as they are too hard to maint…
Browse files Browse the repository at this point in the history
…ain.
  • Loading branch information
sebastian-sz committed Nov 5, 2021
1 parent c1bbaad commit 1b6ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tensorflow-version: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 ]
tensorflow-version: [ 2.4, 2.5, 2.6, 2.7 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand Down

0 comments on commit 1b6ed61

Please sign in to comment.