Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Dec 23, 2023
1 parent 4c72a89 commit e5f158a
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

env:
ELIXIR_VERSION: "1.14"
OTP_VERSION: "25.3"
ELIXIR_VERSION: "1.16"
OTP_VERSION: "26"

on:
push:
Expand All @@ -18,17 +18,22 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["22.3", "23.3", "24.3", "25.3"]
elixir: ["1.11", "1.12", "1.13", "1.14"]
exclude:
- otp: "25.3"
elixir: "1.11"
- otp: "25.3"
elixir: "1.12"
- otp: "25.3"
elixir: "1.13"
- otp: "22.3"
elixir: "1.14"
include:
- { elixir: 1.12, otp: 22 }
- { elixir: 1.12, otp: 23 }
- { elixir: 1.12, otp: 24 }
- { elixir: 1.13, otp: 22 }
- { elixir: 1.13, otp: 23 }
- { elixir: 1.13, otp: 24 }
- { elixir: 1.14, otp: 23 }
- { elixir: 1.14, otp: 24 }
- { elixir: 1.14, otp: 25 }
- { elixir: 1.15, otp: 24 }
- { elixir: 1.15, otp: 25 }
- { elixir: 1.15, otp: 26 }
- { elixir: 1.16, otp: 24 }
- { elixir: 1.16, otp: 25 }
- { elixir: 1.16, otp: 26 }
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e5f158a

Please sign in to comment.