1111 standalone_branch_suffix :
1212 description : ' Suffix of the branch on standalone'
1313 required : false
14- default : ' .sp01 '
14+ default : ' .pre0 '
1515
1616# ┌───────────── minute (0 - 59)
1717# │ ┌───────────── hour (0 - 23)
2828 MODULE : ' post'
2929 DOCUMENTATION_CNAME : ' post.docs.pyansys.com'
3030 MAIN_PYTHON_VERSION : ' 3.10'
31- ANSYS_VERSION : ' 241 '
31+ ANSYS_VERSION : ' 242 '
3232
3333jobs :
3434 debug :
6262 strategy :
6363 fail-fast : false
6464 matrix :
65- ANSYS_VERSION : ["241 "]
65+ ANSYS_VERSION : ["242 "]
6666 python-version : ["3.9", "3.10", "3.11"]
6767 os : ["windows-latest", "ubuntu-latest"]
6868
8787 install_extras : plotting
8888 wheel : true
8989 wheelhouse : true
90- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.sp01 ' }}
90+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
9191
9292 - name : " Prepare Testing Environment"
9393 uses :
ansys/pydpf-actions/[email protected] @@ -122,7 +122,7 @@ jobs:
122122 path : tests/junit/test-results.xml
123123
124124 - name : " Upload coverage to Codecov"
125- uses : codecov/codecov-action@v3
125+ uses : codecov/codecov-action@v4
126126
127127 retro :
128128 name : " Retro-compatibility"
@@ -132,7 +132,7 @@ jobs:
132132 matrix :
133133 python-version : ["3.10"]
134134 os : ["windows-latest", "ubuntu-latest"]
135- ANSYS_VERSION : ["232", "231", "222"]
135+ ANSYS_VERSION : ["241", " 232", "231", "222"]
136136
137137 steps :
138138 - uses : actions/checkout@v4
@@ -183,22 +183,22 @@ jobs:
183183 if : always()
184184
185185 - name : " Upload coverage to Codecov"
186- uses : codecov/codecov-action@v3
186+ uses : codecov/codecov-action@v4
187187
188188 examples :
189189 uses : ./.github/workflows/examples.yml
190190 with :
191- ANSYS_VERSION : ' 241 '
191+ ANSYS_VERSION : ' 242 '
192192 python_versions : ' ["3.10"]'
193- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.sp01 ' }}
193+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
194194 secrets : inherit
195195
196196 docs :
197197 uses : ./.github/workflows/docs.yml
198198 with :
199- ANSYS_VERSION : ' 241 '
199+ ANSYS_VERSION : ' 242 '
200200 python_version : " 3.10"
201- standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.sp01 ' }}
201+ standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0 ' }}
202202 event_name : ${{ github.event_name }}
203203 secrets : inherit
204204
0 commit comments