Skip to content

Commit

Permalink
CI: Test only with recent stable erlang and elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 16, 2024
1 parent 7ebae89 commit b3b1689
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [23, 26, 27]
elixir: ['1.13', '1.17']
exclude:
- otp: '23.0'
elixir: '1.17'
- otp: '26'
elixir: '1.13'
- otp: '27'
elixir: '1.13'
otp: [25, 26, 27]
elixir: ['1.17']
runs-on: ubuntu-20.04

steps:
Expand All @@ -50,13 +43,6 @@ jobs:
with:
path: .ejabberd-modules/sources/ejabberd-contrib

- name: Get a compatible Rebar3
if: matrix.otp <= 23
run: |
rm rebar3
wget https://github.com/processone/ejabberd/raw/21.12/rebar3
chmod +x rebar3
- name: Prepare libraries
run: |
sudo apt-get -qq update
Expand Down

0 comments on commit b3b1689

Please sign in to comment.