From ec31df7154c22663d79ffaec6d4cf49c9d7dfe5c Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sun, 16 Nov 2025 23:27:35 -0800 Subject: [PATCH] Test khoj.el with more recent emacs versions --- .github/workflows/test_khoj_el.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_khoj_el.yml b/.github/workflows/test_khoj_el.yml index b2fab297..caff7696 100644 --- a/.github/workflows/test_khoj_el.yml +++ b/.github/workflows/test_khoj_el.yml @@ -25,10 +25,9 @@ jobs: fail-fast: false matrix: emacs_version: - - 27.1 - - 27.2 - - 28.1 - 28.2 + - 29.4 + - 30.2 - snapshot steps: - uses: purcell/setup-emacs@master