Skip to content

Bump version to 2.5.0 #67

Bump version to 2.5.0

Bump version to 2.5.0 #67

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
name: test (Emacs ${{matrix.emacs_version}} | Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
runs-on: ubuntu-20.04
strategy:
matrix:
emacs_version: ['27.2', '26.3', '25.3', 'snapshot']
otp: ['23.3']
elixir: ['1.11.4', '1.12.3', '1.13.4', '1.14.3']
steps:
- name: Setup Emacs
uses: purcell/setup-emacs@master
with:
version: ${{matrix.emacs_version}}
- name: Setup OTP + Elixir
uses: erlef/setup-beam@v1
with:
version-type: strict
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Install Eldev
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
- name: Check out the source code
uses: actions/checkout@v2
- name: Test the project
run: |
eldev -p -dtT test