We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77ba6 commit ebda949Copy full SHA for ebda949
.github/workflows/build.yml
@@ -8,12 +8,13 @@ jobs:
8
name: OTP ${{matrix.otp}}
9
strategy:
10
matrix:
11
- otp: ["23.2", "24.0"]
+ otp: ["24.0", "25.0"]
12
steps:
13
- uses: actions/checkout@v2.0.0
14
- - uses: gleam-lang/setup-erlang@v1.1.2
+ - uses: erlef/setup-beam@v1.18.0
15
with:
16
- otp-version: ${{matrix.otp}}
+ otp-version: ${{ matrix.otp }}
17
+ rebar3-version: '3.16.1'
18
- name: Compile
19
run: make compile
20
- name: Run xref
0 commit comments