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"},