branch: externals/urgrep
commit 43c82e84ecfe2beb35a8f14581f59220504ea176
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Add CI for Emacs 27.1
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3cffccb9ba..e67cff6354 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        emacs-version: ['27.2', '28.1', 'snapshot']
+        emacs-version: ['27.1', '27.2', '28.1', 'snapshot']
 
       fail-fast: false
 

Reply via email to