Skip to content

Commit 1a80f77

Browse files
Add TensorFlow 2.12 to test matrix (#1139)
1 parent 4fc303f commit 1a80f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tensorflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python-version: [3.8]
4444
os: [ubuntu-latest]
45-
tensorflow-version: ["~=2.9.0", "~=2.10.0", "~=2.11.0"]
45+
tensorflow-version: ["~=2.9.0", "~=2.10.0", "~=2.11.0", "~=2.12.0"]
4646

4747
steps:
4848
- uses: actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
101101
matrix:
102102
python-version: [3.8]
103103
os: [ubuntu-latest]
104-
tensorflow-version: ["~=2.9.0", "~=2.10.0", "~=2.11.0"]
104+
tensorflow-version: ["~=2.9.0", "~=2.10.0", "~=2.11.0", "~=2.12.0"]
105105

106106
steps:
107107
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)