branch: elpa/logview commit 3fd1e79d439cc5e230507c958a94f697059c9881 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Also test on Emacs 27.2 and 28.1. --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9702aebae9..42a8e952f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,11 @@ jobs: strategy: matrix: - emacs_version: ['24.4', + emacs_version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1', '26.2', '26.3', - '27.1', + '27.1', '27.2', + '28.1'. 'snapshot'] steps: