Skip to content

Commit 27cf5a4

Browse files
committed
also fixed local ci
1 parent 48d38ce commit 27cf5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: ['24.1.3', '25.1.1', '26.1']
13-
rebar3: ['3.22.0']
12+
otp: ['26.1', '27.1', '28.0']
13+
rebar3: ['3.25.0']
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)