Skip to content

Commit 04da359

Browse files
author
Sergey Yelin
authored
Fix workflow (rbkmoney#18)
1 parent fda21e7 commit 04da359

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
@@ -7,12 +7,12 @@ on:
77
branches: [ master ]
88

99
env:
10-
ERLANG_VERSION: 23.2
10+
ERLANG_VERSION: 24.0
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: erlang:${{ env.ERLANG_VERSION }}
15+
image: erlang:24.0
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v1

0 commit comments

Comments
 (0)