From c42b52e5a10d7bf4a70633ea57627454d2636768 Mon Sep 17 00:00:00 2001 From: Henry Nystrom Date: Tue, 19 May 2026 17:06:31 +0200 Subject: [PATCH 1/4] fix: build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9548851..9cc2bc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: matrix: otp: ["26.0", "27.0"] steps: - - uses: actions/checkout@v2.0.0 - - uses: erlef/setup-beam@v1.18.0 + - uses: actions/checkout@v4.2.2 + - uses: erlef/setup-beam@v1.20.4 with: otp-version: ${{ matrix.otp }} rebar3-version: "3.23.0" @@ -31,7 +31,7 @@ jobs: steps: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v5.3 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release From 907b1b70d519a3d2a8f70f136c9417e71da34751 Mon Sep 17 00:00:00 2001 From: Henry Nystrom Date: Tue, 19 May 2026 17:10:18 +0200 Subject: [PATCH 2/4] fix: lets try with 28. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cc2bc7..a7750fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: OTP ${{matrix.otp}} strategy: matrix: - otp: ["26.0", "27.0"] + otp: ["26.0", "27.0", "28.0"] steps: - uses: actions/checkout@v4.2.2 - uses: erlef/setup-beam@v1.20.4 From 205280d3fe922efb7affd462eaf7795f3f0ce460 Mon Sep 17 00:00:00 2001 From: Henry Nystrom Date: Tue, 19 May 2026 17:11:15 +0200 Subject: [PATCH 3/4] fix: try a new rebar3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7750fc..bee4b27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: erlef/setup-beam@v1.20.4 with: otp-version: ${{ matrix.otp }} - rebar3-version: "3.23.0" + rebar3-version: "3.27.0" - name: Compile run: make compile - name: Run xref From edee017c147a25aaf2e422c7a0bab7accb133765 Mon Sep 17 00:00:00 2001 From: Henry Nystrom Date: Tue, 19 May 2026 17:14:31 +0200 Subject: [PATCH 4/4] fix: lets stepup --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bee4b27..044cfa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: OTP ${{matrix.otp}} strategy: matrix: - otp: ["26.0", "27.0", "28.0"] + otp: ["27.0", "28.0", "29.0"] steps: - uses: actions/checkout@v4.2.2 - uses: erlef/setup-beam@v1.20.4