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 7c68dbf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,21 @@ 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.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

0 comments on commit 7c68dbf

Please sign in to comment.