Skip to content

Commit

Permalink
Update erlang and elixir targets (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby authored Feb 20, 2024
1 parent a666184 commit 0feaec8
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,32 @@ jobs:
matrix:
include:
- pair:
elixir: 1.12.1
otp: 24.0.2
- pair:
elixir: 1.12.1
otp: 23.3.1
elixir: 1.14.5
otp: 24.3.4
- pair:
elixir: 1.11.4
otp: 23.3.1
elixir: 1.15.7
otp: 24.3.4
- pair:
elixir: 1.11.4
otp: 24.0.2
elixir: 1.16.1
otp: 24.3.4
- pair:
elixir: 1.10.4
otp: 23.3.1
elixir: 1.14.5
otp: 25.3.2
- pair:
elixir: 1.10.4
otp: 22.2.8
elixir: 1.15.7
otp: 25.3.2
- pair:
elixir: 1.14.3
otp: 25.2.1
elixir: 1.16.1
otp: 25.3.2
- pair:
elixir: 1.14.5
otp: 26.2.2
- pair:
elixir: 1.15.7
otp: 26.2.2
- pair:
elixir: 1.16.1
otp: 26.2.2
lint: lint
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0feaec8

Please sign in to comment.