branch: externals/dape
commit b8cb3bf15ba03fe57897282ad3f2d2afffe8c04d
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Run tests for 29.4 and 30.1
---
 .github/workflows/test.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6b59cd90f2..9af53fa569 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,6 +9,11 @@ on:
 jobs:
   test:
     runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        version:
+          - 29.4
+          - 30.1
 
     steps:
     - uses: actions/checkout@v2
@@ -16,7 +21,7 @@ jobs:
     - name: Install emacs
       uses: purcell/setup-emacs@master
       with:
-        version: 29.1
+        version: {{ matrix.version}}
 
     - name: Install Python
       uses: actions/setup-python@v2

Reply via email to