Skip to content

Commit d62abee

Browse files
authored
Update versions in github workflow to the last compatible version (#347)
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent 7f333ce commit d62abee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable-ubuntu-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
required: true
3333
type: string
3434
fastdds_fallback_branch:
35-
description: 'Fast DDS fallback branch in case `fastdds_branch` does not exist (e.g. master or 3.0.x-devel)'
35+
description: 'Fast DDS fallback branch in case `fastdds_branch` does not exist (e.g. master or a previous version)'
3636
required: false
3737
type: string
3838

.github/workflows/ubuntu-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
foonathan_memory_vendor_branch: ${{ inputs.foonathan_memory_vendor_branch || 'master' }}
5050
fastcdr_branch: ${{ matrix.fastcdr_version }}
5151
fastdds_branch: ${{ inputs.fastdds_branch || github.head_ref }}
52-
fastdds_python_branch: ${{ inputs.fastdds_python_branch || 'main' }}
53-
fastddsgen_branch: ${{ inputs.fastddsgen_branch || github.ref || 'master' }}
54-
fastdds_fallback_branch: ${{ 'master' }}
52+
fastdds_python_branch: ${{ inputs.fastdds_python_branch || '1.4.x' }}
53+
fastddsgen_branch: ${{ inputs.fastddsgen_branch || github.ref || '3.3.x' }}
54+
fastdds_fallback_branch: ${{ '2.14.x' }}

0 commit comments

Comments
 (0)