Skip to content

Commit

Permalink
update CI matrixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Feb 23, 2025
1 parent fe32c74 commit b1f5f81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [master]

env:
elixir_version: '1.17'
otp_version: '27.0'
elixir_version: '1.18'
otp_version: '27.2'

jobs:
credo:
Expand Down
20 changes: 12 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,25 @@ jobs:
fail-fast: false
matrix:
elixir:
- '1.18'
- '1.17'
- '1.16'
- '1.15'
otp:
- '27.0'
- '27.2'
- '27.1'
- '26.2'
- '25.3'
- '24.3'
exclude:
- elixir: '1.17'
otp: '24.3'
# Elixir 1.18 + OTP 25 is technically supported:
# https://hexdocs.pm/elixir/1.18.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
# but not on GHA:
# https://github.com/tompave/fun_with_flags/actions/runs/12515433561/job/34912997388?pr=189#step:5:20
- elixir: '1.18'
otp: '25.3'
- elixir: '1.16'
otp: '27.0'
- elixir: '1.15'
otp: '27.0'
otp: '27.2'
- elixir: '1.16'
otp: '27.1'

services:
redis:
Expand Down

0 comments on commit b1f5f81

Please sign in to comment.