Skip to content

Commit

Permalink
Merge pull request #29 from MikaelFangel/ci-build-matrix
Browse files Browse the repository at this point in the history
ci: remove elixir 1.18
  • Loading branch information
MikaelFangel committed Nov 24, 2024
2 parents b914e16 + 47ccf28 commit ac9fa01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

strategy:
matrix:
otp: ['24', '25', '26', '27']
elixir: ['1.15', '1.16', '1.17', '1.18']
otp: ['25', '26', '27']
elixir: ['1.17']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elixir_unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

strategy:
matrix:
otp: ['24', '25', '26', '27']
elixir: ['1.15', '1.16', '1.17', '1.18']
otp: ['25', '26', '27']
elixir: ['1.17']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ac9fa01

Please sign in to comment.