From d3e0e28cffdc2b457801402b2f689749f36c137a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Jes=C3=BAs=20N=C3=BA=C3=B1ez=20Ruiz?= Date: Fri, 26 Jan 2024 10:19:11 +0100 Subject: [PATCH] COMMUNITY-73: Update connext version string (#178) * COMMUNITY-73: update connext version string * COMMUNITY-73: fix node lts version string * COMMUNITY-73: deactivate fail-fast * COMMUNITY-73: remove latest from GH Actions --- .github/workflows/build.yaml | 3 ++- rticonnextdds-connector | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9d5db101..dccb630b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,8 +27,9 @@ jobs: pr_number: ${{ steps.pr_number.outputs.PR_NUMBER }} strategy: + fail-fast: false matrix: - version: [17, 18, 20, lts, latest] + version: [17, 18, 20, lts/*] steps: # Download the artifacts generated by "PR Handler" if this workflow was diff --git a/rticonnextdds-connector b/rticonnextdds-connector index ce0ba26d..7a19beb5 160000 --- a/rticonnextdds-connector +++ b/rticonnextdds-connector @@ -1 +1 @@ -Subproject commit ce0ba26d5eb0ddc4be6e44575247888ab2407b23 +Subproject commit 7a19beb57eadcfbed1d074a28956e8816a668fe7