Skip to content

Commit 402f56d

Browse files
committed
feat: be resilient to user level exceptions
1 parent ff2aa72 commit 402f56d

File tree

4 files changed

+225
-157
lines changed

4 files changed

+225
-157
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
otp: [23.x, 24.x, 25.x, 26.x]
15-
elixir: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
15+
elixir: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
1616
exclude:
1717
- otp: 26.x
1818
elixir: 1.11.x
@@ -50,14 +50,14 @@ jobs:
5050

5151
formatter:
5252
runs-on: ubuntu-latest
53-
name: Formatter (1.15.x.x/26.x)
53+
name: Formatter (1.16.x/26.x)
5454

5555
steps:
5656
- uses: actions/checkout@v2
5757
- uses: erlef/setup-beam@v1
5858
with:
5959
otp-version: 26.x
60-
elixir-version: 1.15.x
60+
elixir-version: 1.16.x
6161
- uses: actions/cache@v3
6262
with:
6363
path: |

0 commit comments

Comments
 (0)