diff options
| author | Erik Martin-Dorel | 2021-02-25 16:24:00 +0100 |
|---|---|---|
| committer | Erik Martin-Dorel | 2021-02-25 16:36:32 +0100 |
| commit | 3b93f2e1149ebd13e97d6fd4954269c07fe210bd (patch) | |
| tree | 7fb3b97ff22220a83e597d90b08aeae1079613e4 /.github/workflows | |
| parent | bdb67820696b2bfec06fda72f2a39548c73dcaf7 (diff) | |
test: Add Emacs 27.1 & Remove Emacs 24.3, 24.4 CI tests
* Document (in README.md) the proposed policy: supporting Emacsen from
the versions packaged in Debian Stable / Ubuntu LTS until their EOS.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 199c3539..7e351cb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,15 +17,15 @@ jobs: strategy: matrix: emacs_version: - - 24.3 - - 24.4 - 24.5 + # 24.5 to be removed at End-of-Support of Ubuntu 16.04 LTS (https://wiki.ubuntu.com/Releases) - 25.1 - 25.2 - 25.3 - 26.1 - 26.2 - 26.3 + - 27.1 # at most 20 concurrent jobs per free account # cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limit max-parallel: 4 @@ -41,6 +41,7 @@ jobs: - run: emacs --version - run: make + # Erik: Extend this with linting? - name: Install makeinfo run: sudo apt-get update -y -q && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends texinfo - run: make doc.info |
