From 2cb5996cf9d1ddbf7a8cd417b94ba1b0f07be248 Mon Sep 17 00:00:00 2001 From: Matus Goljer Date: Sat, 29 Jun 2024 15:08:28 +0200 Subject: [PATCH] ci: add Emacs 29.4 to test matrix --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 956bf8b6..e74e4324 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: - '29.1' - '29.2' - '29.3' + - '29.4' - 'snapshot' include: - emacs_version: 'snapshot'