Skip to content

Commit 10461b4

Browse files
authored
Merge pull request #16 from esl/upgrades
Upgrade dependencies and runtime versions
2 parents d65fe8f + 748714c commit 10461b4

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
name: OTP ${{matrix.otp}}
1313
strategy:
1414
matrix:
15-
otp: ['27', '26', '25']
16-
rebar3: ['3.24.0']
15+
otp: ['28', '27', '26']
16+
rebar3: ['3.25.0']
1717
runs-on: 'ubuntu-24.04'
1818
env:
1919
OTPVER: ${{ matrix.otp }}
@@ -28,10 +28,10 @@ jobs:
2828
- run: rebar3 do ct --cover
2929
- run: rebar3 as test codecov analyze
3030
- run: rebar3 dialyzer
31-
if: ${{ matrix.otp == '27' }}
31+
if: ${{ matrix.otp == '28' }}
3232
- name: Upload code coverage
3333
uses: codecov/codecov-action@v4
34-
if: ${{ matrix.otp == '27' }}
34+
if: ${{ matrix.otp == '28' }}
3535
with:
3636
files: _build/test/covertool/fast_scram.covertool.xml
3737
token: ${{ secrets.CODECOV_TOKEN }}

rebar.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
{test, [
1616
{erl_opts, []},
1717
{deps, [
18-
{proper, "1.4.0"},
19-
{base16, "2.0.1"}
18+
{proper, "1.5.0"}
2019
]},
2120
{plugins, [
2221
{rebar3_codecov, "0.7.0"}

0 commit comments

Comments
 (0)