Skip to content

Commit ed32e36

Browse files
committed
Update rebar3
1 parent 991a704 commit ed32e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
otp: ['26', '27', '28']
14-
rebar: ['3.25']
14+
rebar: ['3.27']
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
- name: Compile
3434
run: ERL_FLAGS="-enable-feature all" rebar3 compile
3535
- name: Format check
36-
if: matrix.otp == '27'
36+
if: matrix.otp >= '27'
3737
run: rebar3 fmt --check
3838
- name: Run tests and verifications (features not enabled)
3939
run: rebar3 test

0 commit comments

Comments
 (0)