branch: externals/diff-hl
commit 9b032018fda8eb6c241bba1ec0e5c354ad523b2c
Merge: b5547efdd4 cf764df9b9
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: GitHub <nore...@github.com>

    Merge pull request #240 from wyuenho/update-ci-matrix
    
    Update ci matrix
---
 .github/workflows/ci.yml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 45a82fb167..bcb103c227 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,11 +20,22 @@ on:
 jobs:
   check:
     runs-on: ubuntu-latest
-
+    continue-on-error: '${{ matrix.experimental }}'
     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'
+        experimental: [false]
+        include:
+          - emacs_version: 'snapshot'
+            experimental: true
 
     steps:
       - name: Setup Emacs

Reply via email to