From 5616538f7e8037c2a1b8a8e9459bc6e057eb610b Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Wed, 4 Jun 2025 10:23:12 +0200 Subject: [PATCH] Upgrade dependencies and runtime versions --- .github/workflows/ci.yml | 4 ++-- rebar.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34aceb9..af5e18a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: name: OTP ${{matrix.otp_vsn}} strategy: matrix: - otp_vsn: ['27', '26', '25'] - rebar_vsn: ['3.24.0'] + otp_vsn: ['28', '27', '26'] + rebar_vsn: ['3.25.0'] runs-on: 'ubuntu-24.04' env: OTPVER: ${{ matrix.otp }} diff --git a/rebar.config b/rebar.config index 6c810fd..55789a6 100644 --- a/rebar.config +++ b/rebar.config @@ -11,10 +11,10 @@ {profiles, [ {test, [ {deps, [ - {proper, "1.4.0"} + {proper, "1.5.0"} ]}, {plugins, [ - {rebar3_codecov, "0.6.0"} + {rebar3_codecov, "0.7.0"} ]}, {port_env, [ {"CXXFLAGS", "$CXXFLAGS -O3 -std=c++11 -g -Wall -Wextra -fPIC --coverage"},