We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7c61 commit 0588291Copy full SHA for 0588291
.github/workflows/test.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
jobs:
5
dialyzer:
6
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
7
steps:
8
- uses: actions/checkout@v2
9
- uses: erlef/setup-beam@v1
@@ -22,10 +22,10 @@ jobs:
22
run: dev/check-fmt
23
24
test-linux:
25
26
strategy:
27
matrix:
28
- otp: [23.3]
+ otp: [24.3]
29
30
31
@@ -37,10 +37,10 @@ jobs:
37
run: rebar3 eunit
38
39
test-linux-debug:
40
41
42
43
44
45
46
0 commit comments