Skip to content

Commit 11ffa75

Browse files
authored
Target 25.2 in ci (#757)
* Target 25.2 in ci * add 251 to retro test matrix
1 parent 91094f0 commit 11ffa75

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
MODULE: 'post'
2626
DOCUMENTATION_CNAME: 'post.docs.pyansys.com'
2727
MAIN_PYTHON_VERSION: '3.10'
28-
ANSYS_VERSION: '251'
28+
ANSYS_VERSION: '252'
2929

3030
jobs:
3131
debug:
@@ -131,7 +131,7 @@ jobs:
131131
matrix:
132132
python-version: ["3.10"]
133133
os: ["windows-latest", "ubuntu-latest"]
134-
ANSYS_VERSION: ["242", "241", "232", "231", "222"]
134+
ANSYS_VERSION: ["251", "242", "241", "232", "231", "222"]
135135

136136
steps:
137137
- uses: actions/checkout@v4
@@ -188,7 +188,7 @@ jobs:
188188
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
189189
uses: ./.github/workflows/examples.yml
190190
with:
191-
ANSYS_VERSION: "251"
191+
ANSYS_VERSION: "252"
192192
python_versions: '["3.10"]'
193193
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
194194
secrets: inherit
@@ -197,7 +197,7 @@ jobs:
197197
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
198198
uses: ./.github/workflows/docs.yml
199199
with:
200-
ANSYS_VERSION: "251"
200+
ANSYS_VERSION: "252"
201201
python_version: "3.10"
202202
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
203203
event_name: ${{ github.event_name }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
ANSYS_VERSION:
1212
required: false
1313
type: string
14-
default: "251"
14+
default: "252"
1515
standalone_suffix:
1616
description: "Suffix of the branch on standalone"
1717
required: false
@@ -42,7 +42,7 @@ on:
4242
description: "ANSYS version"
4343
required: true
4444
type: string
45-
default: "251"
45+
default: "252"
4646
standalone_suffix:
4747
description: "Suffix of the branch on standalone"
4848
required: false

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
ANSYS_VERSION:
1212
required: false
1313
type: string
14-
default: "251"
14+
default: "252"
1515
standalone_suffix:
1616
description: "Suffix of the branch on standalone"
1717
required: false
@@ -29,7 +29,7 @@ on:
2929
description: "ANSYS version to run."
3030
required: true
3131
type: string
32-
default: "251"
32+
default: "252"
3333
standalone_suffix:
3434
description: "Suffix of the branch on standalone"
3535
required: false

0 commit comments

Comments
 (0)