Skip to content

Commit

Permalink
run CI against elixir 1.18 and build docs with 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3-M4jor authored and jchristgit committed Jan 30, 2025
1 parent 503c87f commit 7bd0a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: '27'
elixir-version: '1.17'
elixir-version: '1.18'
- uses: actions/cache@v4
with:
path: deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir-version: ['1.14', '1.15', '1.16', '1.17']
elixir-version: ['1.14', '1.15', '1.16', '1.17', '1.18']
otp-version: ['25', '26', '27']
exclude:
- elixir-version: '1.14'
Expand Down

0 comments on commit 7bd0a27

Please # to comment.