Skip to content

Commit 4baee2f

Browse files
authored
feat: be resilient to user level exceptions (#58)
1 parent ff2aa72 commit 4baee2f

File tree

4 files changed

+229
-158
lines changed

4 files changed

+229
-158
lines changed

.github/workflows/ci.yml

Lines changed: 5 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
@@ -26,6 +26,8 @@ jobs:
2626
elixir: 1.12.x
2727
- otp: 23.x
2828
elixir: 1.15.x
29+
- otp: 23.x
30+
elixir: 1.16.x
2931

3032
steps:
3133
- uses: actions/checkout@v2
@@ -50,14 +52,14 @@ jobs:
5052

5153
formatter:
5254
runs-on: ubuntu-latest
53-
name: Formatter (1.15.x.x/26.x)
55+
name: Formatter (1.16.x/26.x)
5456

5557
steps:
5658
- uses: actions/checkout@v2
5759
- uses: erlef/setup-beam@v1
5860
with:
5961
otp-version: 26.x
60-
elixir-version: 1.15.x
62+
elixir-version: 1.16.x
6163
- uses: actions/cache@v3
6264
with:
6365
path: |

0 commit comments

Comments
 (0)