branch: externals/ement commit 1dc572740ddca8b312c34a5329c7d1b1746519a7 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Meta: (test.yml) Update Emacs version matrix We no longer support 26.3, and 27.2 is the latest of that series. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b37fb71e41..d7a68c46a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,7 @@ jobs: fail-fast: false matrix: emacs_version: - - 26.3 - - 27.1 + - 27.2 - 28.2 - 29.1 - snapshot