From d0d721e2a9203febae7abbe326df78a7ac25087f Mon Sep 17 00:00:00 2001 From: Ziya Suzen Date: Fri, 15 Aug 2025 12:55:22 +0100 Subject: [PATCH] Remove v2.9 testing from GitHub workflows --- .github/workflows/perf.yml | 1 - .github/workflows/test_linux.yml | 1 - .github/workflows/test_linux_core.yml | 1 - .github/workflows/test_windows.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 85af2e277..e6ae413b6 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: config: - - branch: 'v2.9' - branch: 'v2.10' - branch: 'latest' - branch: 'main' diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index d4e99a187..23e789910 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: config: - - branch: 'v2.9' - branch: 'v2.10' - branch: 'latest' - branch: 'main' diff --git a/.github/workflows/test_linux_core.yml b/.github/workflows/test_linux_core.yml index 02a5a41b1..fda46347b 100644 --- a/.github/workflows/test_linux_core.yml +++ b/.github/workflows/test_linux_core.yml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: config: - - branch: 'v2.9' - branch: 'v2.10' - branch: 'latest' - branch: 'main' diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index e148c4410..37ecbdaa0 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: config: - - branch: 'v2.9' - branch: 'v2.10' - branch: 'latest' - branch: 'main'