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

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

[elpa] externals/csharp-mode 0edf059 445/459: Fix ci (#234)


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 0edf059 445/459: Fix ci (#234)
Date: Sun, 22 Aug 2021 14:00:19 -0400 (EDT)

branch: externals/csharp-mode
commit 0edf059d643b8f78b13e8426b23c2c830a7fb4c3
Author: Theodor Thornhill <theo@thornhill.no>
Commit: GitHub <noreply@github.com>

    Fix ci (#234)
    
    Comment out the 26.1 and 26.2 versions, since they break the build because 
of
    outdated certs.  Try to find a way to reintroduce this later.
---
 .github/workflows/build.yml | 4 ++--
 Cask                        | 2 +-
 csharp-mode.el              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2376ac5..1516158 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,8 +15,8 @@ jobs:
     strategy: 
       matrix:
         emacs:
-        - emacs-26.1-travis-linux-xenial
-        - emacs-26.2-travis-linux-xenial
+        # - emacs-26.1-travis-linux-xenial
+        # - emacs-26.2-travis-linux-xenial
         - emacs-26.3-travis-linux-xenial
         - emacs-27.1-travis-linux-xenial
         - emacs-git-snapshot-travis-linux-xenial
diff --git a/Cask b/Cask
index f69b06f..b9e5561 100644
--- a/Cask
+++ b/Cask
@@ -1,5 +1,5 @@
 (source gnu)
 (source melpa)
 
-(files "*.el")
 (package-file "csharp-mode.el")
+(files "*.el")
diff --git a/csharp-mode.el b/csharp-mode.el
index 59a4df6..6329290 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -8,7 +8,7 @@
 ;; Version    : 0.11.0
 ;; Keywords   : c# languages oop mode
 ;; X-URL      : https://github.com/emacs-csharp/csharp-mode
-;; Package-Requires: ((emacs "26.1") (tree-sitter "0.12.1") 
(tree-sitter-indent "0.1") (tree-sitter-langs "0.9.1"))
+;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") 
(tree-sitter-indent "0.1") (tree-sitter-langs "0.10.0"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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