We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34d937 commit a12883bCopy full SHA for a12883b
.github/workflows/main.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
lint:
12
name: Lint
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
15
env:
16
ELIXIR_VERSION: "1.15"
@@ -50,7 +50,7 @@ jobs:
50
51
dialyzer:
52
name: Dialyze
53
54
55
56
@@ -107,7 +107,7 @@ jobs:
107
test:
108
name: Test (Erlang ${{ matrix.otp }}, Elixir ${{ matrix.elixir }}, Toxiproxy ${{ matrix.toxiproxy }})
109
110
111
112
strategy:
113
matrix:
0 commit comments