Skip to content

Commit

Permalink
feat: be resilient to user level exceptions (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 31, 2024
1 parent ff2aa72 commit 4baee2f
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 158 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
otp: [23.x, 24.x, 25.x, 26.x]
elixir: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x]
elixir: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
exclude:
- otp: 26.x
elixir: 1.11.x
Expand All @@ -26,6 +26,8 @@ jobs:
elixir: 1.12.x
- otp: 23.x
elixir: 1.15.x
- otp: 23.x
elixir: 1.16.x

steps:
- uses: actions/checkout@v2
Expand All @@ -50,14 +52,14 @@ jobs:

formatter:
runs-on: ubuntu-latest
name: Formatter (1.15.x.x/26.x)
name: Formatter (1.16.x/26.x)

steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 26.x
elixir-version: 1.15.x
elixir-version: 1.16.x
- uses: actions/cache@v3
with:
path: |
Expand Down
Loading

0 comments on commit 4baee2f

Please sign in to comment.