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

    Run CI against Emacs 28.2
---
 .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 e67cff6354..759d6e3147 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.1', '27.2', '28.1', 'snapshot']
+        emacs-version: ['27.1', '27.2', '28.1', '28.2', 'snapshot']
 
       fail-fast: false
 

Reply via email to