From a7b59acea622a737d23c783ce7d212fefb29f7e6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 7 Dec 2022 08:47:52 -0800 Subject: [PATCH] Add newer Emacs versions to tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddfacb2..90452a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ jobs: matrix: emacs_version: - '26.3' + - '27.2' + - '28.2' - 'snapshot' include: - emacs_version: 'snapshot'