diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1abb43d..daad961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: version: - 'TF-latest TG-latest' + - 'TF-1.1 TG-0.35' - 'TF-1.0 TG-0.35' - 'TF-1.0 TG-0.34' - 'TF-1.0 TG-0.33' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2bede7f..b6da443 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,6 +28,7 @@ jobs: version: - 'TF-latest TG-latest' + - 'TF-1.1 TG-0.35' - 'TF-1.0 TG-0.35' - 'TF-1.0 TG-0.34' - 'TF-1.0 TG-0.33' diff --git a/README.md b/README.md index 6d71eab..e08d8d5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ they always contain the latest stable version as shown below. |--------------|------------------------|------------------------| | `latest` | latest stable | latest stable | | | | | +| `1.1-0.35` | latest stable `1.1.x` | latest stable `0.35.x` | | `1.0-0.35` | latest stable `1.0.x` | latest stable `0.35.x` | | `1.0-0.34` | latest stable `1.0.x` | latest stable `0.34.x` | | `1.0-0.33` | latest stable `1.0.x` | latest stable `0.33.x` | @@ -118,6 +119,7 @@ you will have to take care yourself and update your CI tools every time a new ta |-------------------|-------------------|--------------------------------------------|--------------------------------------------| | `latest-` | Tag: `` | latest stable during tag creation | latest stable during tag creation | | | | | | +| `1.1-0.34-` | Tag: `` | latest stable `1.1.x` during tag creation | latest stable `0.34.x` during tag creation | | `1.0-0.34-` | Tag: `` | latest stable `1.0.x` during tag creation | latest stable `0.34.x` during tag creation | | `1.0-0.33-` | Tag: `` | latest stable `1.0.x` during tag creation | latest stable `0.33.x` during tag creation | | `1.0-0.32-` | Tag: `` | latest stable `1.0.x` during tag creation | latest stable `0.32.x` during tag creation |