From e34d1404123b88924f0bf1af580cb11a10348eaf Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Wed, 31 May 2023 09:57:18 +0200 Subject: [PATCH] Test with OTP 26 in github actions --- .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 +- .github/workflows/test-mixed-versions.yaml | 5 +++-- .github/workflows/test-selenium.yaml | 7 ++++--- .github/workflows/test.yaml | 9 +++++---- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index 2a04356a7e..ef145e3bda 100644 --- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml +++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml @@ -9,7 +9,7 @@ jobs: matrix: include: - image_tag_suffix: otp-max-bazel - otp_version_id: 25_3 + otp_version_id: 26 timeout-minutes: 45 steps: - name: CHECKOUT REPOSITORY diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index 948cf5daae..d93e031c71 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - v3.12.x - v3.11.x - v3.10.x - v3.9.x @@ -33,7 +34,7 @@ jobs: runs-on: ubuntu-20.04 env: # otp-min - otp_version_id: 25_0 + otp_version_id: 25_3 steps: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 @@ -171,7 +172,7 @@ jobs: matrix: include: - erlang_version: "25.3" - elixir_version: 1.14.0 + elixir_version: 1.14.5 timeout-minutes: 60 steps: - name: CHECKOUT REPOSITORY diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index 0cd0d3e62b..cc6b9d19c0 100644 --- a/.github/workflows/test-selenium.yaml +++ b/.github/workflows/test-selenium.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - v3.12.x - v3.11.x - bump-otp-for-oci - bump-rbe-* @@ -27,12 +28,12 @@ jobs: fail-fast: false matrix: erlang_version: - - "25.3" + - "26.0" browser: - chrome include: - - erlang_version: "25.3" - elixir_version: 1.13.4 + - erlang_version: "26.0" + elixir_version: 1.14.5 env: SELENIUM_DIR: deps/rabbitmq_management/selenium DOCKER_NETWORK: rabbitmq_net diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10ddf4cf04..714cac9848 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - v3.12.x - v3.11.x - v3.10.x - v3.9.x @@ -34,8 +35,8 @@ jobs: fail-fast: false matrix: otp_version_id: - - 25_0 - 25_3 + - 26 timeout-minutes: 120 steps: - name: CHECKOUT REPOSITORY @@ -81,10 +82,10 @@ jobs: fail-fast: false matrix: include: - - erlang_version: "25.0" - elixir_version: 1.14.0 - erlang_version: "25.3" - elixir_version: 1.14.0 + elixir_version: 1.14.5 + - erlang_version: "26.0" + elixir_version: 1.14.5 timeout-minutes: 60 steps: - name: CHECKOUT REPOSITORY