Skip to content

Commit

Permalink
Use only 1.17.0/OTP 27 and 1.9.3/OTP 22 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Jun 17, 2024
1 parent 3d0d7b5 commit e3bf17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
include:
- otp: 24.0
elixir: 1.14.0
- otp: 27.0
elixir: 1.17.0

env:
MIX_ENV: test
Expand Down
19 changes: 2 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ jobs:
include:
- otp: 27.0
elixir: 1.17.0
- otp: 26.0
elixir: 1.15.7
lint: true
integration: true
coverage: true
- otp: 25.0
elixir: 1.14.5
- otp: 25.0
elixir: 1.13.4
- otp: 24.0
elixir: 1.12.3
- otp: 23.3
elixir: 1.11.4
- otp: 23.3
elixir: 1.10.4
- otp: 22.3
elixir: 1.9.4

Expand Down Expand Up @@ -137,8 +122,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [24.2]
elixir: [1.13.1]
otp: [27.0]
elixir: [1.17.0]

env:
MIX_ENV: test
Expand Down

0 comments on commit e3bf17b

Please sign in to comment.