Skip to content

Commit

Permalink
ci: updates elixir/otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 14, 2025
1 parent 4641fc5 commit 1223f5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.17'
erlang: '27.1.2'
- elixir: '1.18'
erlang: '27.2'
lint: true
- elixir: '1.17'
erlang: '26.2.5.6'
- elixir: '1.16'
erlang: '26.2.5.5'
erlang: '25.3.2.16'
blend: plug_1_15
- elixir: '1.15'
erlang: '25.3.2.15'
erlang: '25.3.2.16'
blend: plug_1_14
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1223f5d

Please sign in to comment.