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

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

[nongnu] elpa/julia-mode 7e301f4414 22/22: Merge pull request #186 from


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 7e301f4414 22/22: Merge pull request #186 from tpapp/tp/remove-emacs-25
Date: Thu, 4 May 2023 11:00:53 -0400 (EDT)

branch: elpa/julia-mode
commit 7e301f4414e25b4409859c3b8d371352807a3194
Merge: 016721004c 8f3afcb99e
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #186 from tpapp/tp/remove-emacs-25
    
    require Emacs 26
---
 .github/workflows/CI.yml | 5 +----
 julia-mode.el            | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 9d87f87bfc..7092bc5e7d 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -17,9 +17,6 @@ jobs:
       fail-fast: false
       matrix:
         emacs_version:
-          - 25.1
-          - 25.2
-          - 25.3
           - 26.1
           - 26.2
           - 26.3
@@ -31,7 +28,7 @@ jobs:
           - true
         include:
           - emacs_version: snapshot
-            ignore_warnings: false
+            ignore_warnings: true
     steps:
     - uses: actions/checkout@v2
     - uses: purcell/setup-emacs@master
diff --git a/julia-mode.el b/julia-mode.el
index ae745c9caa..cc8134356f 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -4,7 +4,7 @@
 ;; URL: https://github.com/JuliaEditorSupport/julia-emacs
 ;; Version: 0.4
 ;; Keywords: languages
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;;; Usage:
 ;; Put the following code in your .emacs, site-load.el, or other relevant file



reply via email to

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