This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 34892d22ab9 Update release version in basic-tests.yml to 3.1.1 (#59615)
34892d22ab9 is described below

commit 34892d22ab992aaabdc28f17f51053c9b4a62bd7
Author: Bugra Ozturk <[email protected]>
AuthorDate: Thu Dec 18 19:13:49 2025 +0100

    Update release version in basic-tests.yml to 3.1.1 (#59615)
    
    (cherry picked from commit 551ad63)
---
 .github/workflows/basic-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 226dcbcff3b..9cc4c1b7abc 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -380,7 +380,7 @@ jobs:
           --task-sdk-version 1.0.0rc1 --sync-branch v3-1-test --answer yes 
--dry-run
       - name: "Check Airflow release process command"
         run: >
-          breeze release-management start-release --version 3.1.0rc1
+          breeze release-management start-release --version 3.1.1
           --answer yes --dry-run
       - name: "Test providers metadata generation"
         run: |

Reply via email to