We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448cf4a commit 731d366Copy full SHA for 731d366
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
otp: ['28', '27', '26']
15
+ rebar3: ['3.25.0']
16
runs-on: 'ubuntu-24.04'
17
steps:
18
- uses: actions/checkout@v4
@@ -20,7 +21,7 @@ jobs:
20
21
- uses: erlef/setup-beam@v1
22
with:
23
otp-version: ${{ matrix.otp }}
- rebar3-version: '3.24'
24
+ rebar3-version: ${{matrix.rebar3}}
25
- uses: actions/cache@v4
26
name: Cache
27
0 commit comments