Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Apr 8, 2024
1 parent 5c71002 commit f232538
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,32 @@ jobs:
matrix:
include:
- pair:
elixir: '1.13'
otp: '24.3'
lint: lint
elixir: 1.14.5
otp: 24.3.4
- pair:
elixir: '1.14'
otp: '25.3'
lint: lint
elixir: 1.15.7
otp: 24.3.4
- pair:
elixir: 1.16.1
otp: 24.3.4
- pair:
elixir: 1.14.5
otp: 25.3.2
- pair:
elixir: 1.15.7
otp: 25.3.2
- pair:
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.15'
otp: '26.0'
elixir: 1.16.1
otp: 26.2.2
lint: lint

runs-on: ubuntu-latest
Expand Down

0 comments on commit f232538

Please sign in to comment.