Skip to content

Commit

Permalink
Add more OTP and Elixir versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome committed Aug 9, 2024
1 parent 16cdd2b commit 9dc49aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,23 @@ jobs:
ci:
name: CI OTP-${{matrix.otp-version}} / Elixir ${{matrix.elixir-version}}

runs-on: ${{matrix.os}}
runs-on: ubuntu-24.04

strategy:
matrix:
otp-version: [27]
elixir-version: ['1.17.2']
os: [ubuntu-24.04]
include:
- otp-version: "24.3.4.17"
elixir-version: "1.12.3"
- otp-version: "24.3.4.17"
elixir-version: "1.13.4"
- otp-version: "25.3.2.13"
elixir-version: "1.14.5"
- otp-version: "26.2.5.2"
elixir-version: "1.15.8"
- otp-version: "26.2.5.2"
elixir-version: "1.16.3"
- otp-version: "27.0.1"
elixir-version: "1.17.2"

steps:
# Step: Setup Elixir + Erlang image as the base.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Exneus.MixProject do
[
app: :exneus,
version: "0.1.0",
elixir: "~> 1.17",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
aliases: aliases(),
preferred_cli_env: [
Expand Down

0 comments on commit 9dc49aa

Please sign in to comment.