Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 25, 2024
1 parent 13ca5c2 commit 87d40ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
include:
- pair:
elixir: "1.12"
elixir: "1.13"
otp: "22"
- pair:
elixir: "1.16.0"
elixir: "1.16"
otp: "26"
lint: lint
steps:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.33.0"
@version "0.34.0-dev"

def project do
[
app: :ex_doc,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.13",
deps: deps(),
aliases: aliases(),
package: package(),
Expand Down

0 comments on commit 87d40ca

Please sign in to comment.