Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Feb 17, 2024
1 parent 5bf4691 commit 320eed1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: 25.0
elixir-version: 1.14.0
otp-version: 26.0
elixir-version: 1.16.0
- run: mix deps.get
- run: mix compile --warnings-as-errors
- run: mix credo --strict --ignore design.tagtodo,readability.maxlinelength
Expand All @@ -40,8 +40,8 @@ jobs:
strategy:
matrix:
version:
- otp: 25.0
elixir: 1.14.0
- otp: 26.0
elixir: 1.16.0
os: ubuntu-latest
- otp: 22.0
elixir: 1.12.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24.0
elixir-version: 1.12
otp-version: 26.0
elixir-version: 1.16
- run: mix deps.get
- run: mix hex.publish --yes
Loading

0 comments on commit 320eed1

Please sign in to comment.