Skip to content

Commit

Permalink
Update Github CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-s committed Oct 18, 2024
1 parent 30b5b47 commit c729eee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.12.3
otp: 23.3
- elixir: 1.12.3
otp: 24.0
- elixir: 1.13.4
otp: 24.0
- elixir: 1.13.4
otp: 25.0
lint: true
- elixir: 1.14.0
otp: 25.0
lint: true
Expand All @@ -34,7 +25,6 @@ jobs:
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
experimental-otp: true
- name: Install packages
run: |
sudo apt-get install -y -qq inotify-tools
Expand Down

0 comments on commit c729eee

Please sign in to comment.