[ci] Deactivate tests for emacs 26.3

As the min version is now 27.1.
This commit is contained in:
Maxi Wolff 2022-01-03 22:20:04 +01:00 committed by GitHub
parent 0cbd48f0a5
commit 8f59762378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs_version: [26.3, 27.1, snapshot]
emacs_version: [27.1, snapshot]
steps:
# Installing Emacs on Unix
- name: Install Emacs on UNIX