From f94b9223ab7bb177fddb18bca85046cde41d6436 Mon Sep 17 00:00:00 2001 From: Jamil HAJJAR Date: Mon, 18 Nov 2024 14:58:30 +0100 Subject: [PATCH 1/2] Target 25.2 in ci --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 4 ++-- .github/workflows/examples.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac345e853..efca83c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ env: MODULE: 'post' DOCUMENTATION_CNAME: 'post.docs.pyansys.com' MAIN_PYTHON_VERSION: '3.10' - ANSYS_VERSION: '251' + ANSYS_VERSION: '252' jobs: debug: @@ -188,7 +188,7 @@ jobs: if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft uses: ./.github/workflows/examples.yml with: - ANSYS_VERSION: "251" + ANSYS_VERSION: "252" python_versions: '["3.10"]' standalone_suffix: ${{ inputs.standalone_suffix || ''}} secrets: inherit @@ -197,7 +197,7 @@ jobs: if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft uses: ./.github/workflows/docs.yml with: - ANSYS_VERSION: "251" + ANSYS_VERSION: "252" python_version: "3.10" standalone_suffix: ${{ inputs.standalone_suffix || ''}} event_name: ${{ github.event_name }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 227709ce2..395d163fa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ on: ANSYS_VERSION: required: false type: string - default: "251" + default: "252" standalone_suffix: description: "Suffix of the branch on standalone" required: false @@ -42,7 +42,7 @@ on: description: "ANSYS version" required: true type: string - default: "251" + default: "252" standalone_suffix: description: "Suffix of the branch on standalone" required: false diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 3b197f513..d87f6b8f3 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -11,7 +11,7 @@ on: ANSYS_VERSION: required: false type: string - default: "251" + default: "252" standalone_suffix: description: "Suffix of the branch on standalone" required: false @@ -29,7 +29,7 @@ on: description: "ANSYS version to run." required: true type: string - default: "251" + default: "252" standalone_suffix: description: "Suffix of the branch on standalone" required: false From 7cfd3e5e1f4b86308cb6efe5fc3b6171cdabbf40 Mon Sep 17 00:00:00 2001 From: Jamil HAJJAR Date: Mon, 18 Nov 2024 16:43:49 +0100 Subject: [PATCH 2/2] add 251 to retro test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efca83c86..77d2cfc02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: matrix: python-version: ["3.10"] os: ["windows-latest", "ubuntu-latest"] - ANSYS_VERSION: ["242", "241", "232", "231", "222"] + ANSYS_VERSION: ["251", "242", "241", "232", "231", "222"] steps: - uses: actions/checkout@v4