[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 0b16fd482d 1/2: CI: Update versions
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 0b16fd482d 1/2: CI: Update versions |
Date: |
Sun, 3 Nov 2024 06:57:40 -0500 (EST) |
branch: externals/compat
commit 0b16fd482d43792e14a23cd55b9fe04f95c28490
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
CI: Update versions
snapshot is unstable right now
---
.github/workflows/makefile.yml | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index d36f0a0406..69ce03a2bb 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -18,24 +18,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- emacs-version:
- - '24.4'
- - '24.5'
- - '25.1'
- - '25.2'
- - '25.3'
- - '26.1'
- - '26.2'
- - '26.3'
- - '27.1'
- - '27.2'
- - '28.1'
- - '28.2'
- - '29.1'
- - '29.2'
- - '29.3'
- - 'release-snapshot'
- - 'snapshot'
+ # See
https://github.com/purcell/setup-emacs/blob/master/.github/workflows/test.yml
+ emacs_version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1,
27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot]
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master