Skip to content

Commit

Permalink
CI: build doc with elixir 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcaruana committed Jun 18, 2024
1 parent b96d28d commit afc7f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Setup elixir 🔧
uses: erlef/setup-elixir@v1
with:
otp-version: '25.0'
elixir-version: '1.14'
otp-version: '26.0'
elixir-version: '1.16'
- name: Build docs 🔧
uses: lee-dohm/generate-elixir-docs@v1
- name: Publish to Pages 🚀
Expand Down

0 comments on commit afc7f93

Please sign in to comment.