branch: externals/diff-hl
commit 7f5da21ee72cc2df21b98bd10dcdcc31e11b39c2
Author: Jimmy Yuen Ho Wong <wyue...@gmail.com>
Commit: Jimmy Yuen Ho Wong <wyue...@gmail.com>

    Add 30.1 and release-snapshot to CI matrix
---
 .github/workflows/ci.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 45a82fb167..2a01f30517 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,15 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        emacs_version: [26.1, 26.3, 27.2, 28.2, 29.4, snapshot]
+        emacs_version:
+          - '26.1'
+          - '26.3'
+          - '27.2'
+          - '28.2'
+          - '29.4'
+          - '30.1'
+          - 'release-snapshot'
+          - 'snapshot'
 
     steps:
       - name: Setup Emacs

Reply via email to