branch: elpa/exec-path-from-shell
commit ddd24dc823de9a94435b4d8ea7569161657f31e2
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    Add Emacs 28.2 to CI, cut down size of matrix
---
 .github/workflows/test.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b678dc002a..5031991aa5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,19 +12,15 @@ jobs:
       matrix:
         emacs_version:
           - 24.1
-          - 24.2
-          - 24.3
-          - 24.4
           - 24.5
           - 25.1
-          - 25.2
           - 25.3
           - 26.1
-          - 26.2
           - 26.3
           - 27.1
           - 27.2
           - 28.1
+          - 28.2
           - snapshot
     steps:
     - uses: purcell/setup-emacs@master

Reply via email to