This is an automated email from the ASF dual-hosted git repository.

nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-meck.git

commit 6734bfd841130a2c27fdce489d2621f3a843776d
Author: Adam Lindberg <[email protected]>
AuthorDate: Mon Mar 30 11:23:16 2026 +0200

    Add Erlang 29 to build matrix
---
 .github/workflows/erlang.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml
index 26532f1..6f7fa73 100644
--- a/.github/workflows/erlang.yml
+++ b/.github/workflows/erlang.yml
@@ -11,7 +11,7 @@ jobs:
     name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
     strategy:
       matrix:
-        otp: ["26", "27", "28"]
+        otp: ["26", "27", "28", "29.0-rc2"]
         rebar3: ["3"]
     steps:
       - uses: actions/checkout@v4

Reply via email to