From dd2d9d9dcd53d51a6ed162c8d23852cf9320c8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 13 May 2026 14:04:36 +0200 Subject: [PATCH] Bump CI to OTP 29 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f23dd1dd05..3fb95bf3c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: include: - - otp_version: "29.0-rc1" - - otp_version: "28.1" + - otp_version: "29.0" deterministic: true - - otp_version: "28.1" + - otp_version: "28.4" docs: true coverage: true + - otp_version: "28.1" - otp_version: "27.3" - otp_version: "27.0" - otp_version: master @@ -115,7 +115,7 @@ jobs: strategy: matrix: otp_version: - - "29.0-rc1" + - "29.0" - "28.1" - "27.3" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3da9e568e..cb1b7ffa91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: build_docs: build_docs - otp: 29 - otp_version: "29.0-rc1" + otp_version: "29.0" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2