This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8e70d56024 Use default Postgres version for Quarantined tests (#36390)
8e70d56024 is described below
commit 8e70d560245e9a102834fc8ff1d3cb269254e5a5
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Dec 23 22:21:41 2023 +0400
Use default Postgres version for Quarantined tests (#36390)
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e816022973..a775347092 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1497,8 +1497,8 @@ jobs:
run: breeze testing tests || true
env:
BACKEND: "postgres"
- BACKEND_VERSION: "11"
- POSTGRES_VERSION: "11"
+ BACKEND_VERSION:
${{needs.build-info.outputs.default-postgres-version}}
+ POSTGRES_VERSION:
${{needs.build-info.outputs.default-postgres-version}}
- name: >
Tests:
mysql:${{needs.build-info.outputs.default-python-version}}:Quarantined
run: breeze testing tests || true