branch: elpa/idris-mode
commit 9159ecc27343da7c16d0999cabb245f2ad3c9ffa
Author: Marek L <[email protected]>
Commit: Marek L <[email protected]>
Update CI Emacs versions to last 3 current major releases
Why:
Moving to support last 3 major releases will help us improve maintainability
by removing need for maintaining backward compatible code.
Example:
https://github.com/idris-hackers/idris-mode/issues/645
---
.github/workflows/idris1.yml | 2 +-
.github/workflows/idris2.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/idris1.yml b/.github/workflows/idris1.yml
index 6b1d126eed0..6bd7c41448c 100644
--- a/.github/workflows/idris1.yml
+++ b/.github/workflows/idris1.yml
@@ -19,7 +19,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
- emacs: [29.3]
+ emacs: [30.2]
idris: [git]
env:
EMACS_VERSION: ${{ matrix.emacs }}
diff --git a/.github/workflows/idris2.yml b/.github/workflows/idris2.yml
index a89e6decba8..8c6629be32a 100644
--- a/.github/workflows/idris2.yml
+++ b/.github/workflows/idris2.yml
@@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
- emacs: [27.2, 28.2, 29.3]
+ emacs: [28.2, 29.4, 30.2]
env:
EMACS_VERSION: ${{ matrix.emacs }}