Skip to content

Stop testing against 25.2 #47

Stop testing against 25.2

Stop testing against 25.2 #47

name: Kurecolor Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 24.4
- 24.5
- 25.1
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- snapshot
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Emacs
uses: purcell/[email protected]
with:
version: ${{ matrix.emacs_version }}
- name: Test
run: |
bin/setup
bin/test
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: purcell/[email protected]
with:
version: 28.1
- name: Generate documentation
run: |
bin/setup
echo " Test Doc generation..."
bin/docs
echo "════════════════════════════════════════════════════════════════════════════════"