Skip to content

Commit

Permalink
Also include intermediate TF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Jan 8, 2024
1 parent 3a785fc commit bf32d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
tensorflow: ["~=2.5.0", "~=2.6.0", "~=2.7.0", "~=2.8.0", "~=2.9.0", "~=2.10.0", "~=2.11.0", "~=2.12.0", "~=2.15.0"]
tensorflow: ["~=2.5.0", "~=2.6.0", "~=2.7.0", "~=2.8.0", "~=2.9.0", "~=2.10.0", "~=2.11.0", "~=2.12.0", "~=2.13.0", "~=2.14.0", "~=2.15.0"]
include:
- tensorflow: "~=2.5.0"
keras: "~=2.6.0"
Expand Down

0 comments on commit bf32d86

Please sign in to comment.