aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-perspective.yml
blob: 3ccc94fa4b7fb4156e0b34bb811282587eeea6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Perspective tests
on: [push, pull_request]
jobs:
  test-perspective:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        emacs-version:
          - 30.1
          - 29.3
          - 28.2
          - 27.2
          - 26.3
          - 25.3
          - 24.4
    steps:
      - uses: purcell/setup-emacs@master
        with:
          version: ${{ matrix.emacs-version }}
      - uses: actions/checkout@v2
      - name: Emacs version
        run: |
          emacs --version
      - name: Run tests
        run: |
          make