emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile b19725610e 1/3: Add Emacs 28.1 to CI tests


From: ELPA Syncer
Subject: [nongnu] elpa/projectile b19725610e 1/3: Add Emacs 28.1 to CI tests
Date: Sun, 22 May 2022 03:58:39 -0400 (EDT)

branch: elpa/projectile
commit b19725610e65fdc6d92341e62a5e8bb95371fc6c
Author: Johanan Idicula <johanan@forcepush.tech>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add Emacs 28.1 to CI tests
    
    Now that Emacs 28.1 is released and the latest stable version available, we 
should include testing with this version in CI.
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cb31ed70d5..2767f9852c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       matrix:
         # Earliest supported + latest in each stable branch + snapshot.
-        emacs_version: ['25.1', '25.3', '26.3', '27.1', 'snapshot']
+        emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', 'snapshot']
 
     steps:
     - name: Set up Emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]