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

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

[elpa] externals/async 428dc5ea28 1/3: Re-enable CI, add Emacs 29, and s


From: ELPA Syncer
Subject: [elpa] externals/async 428dc5ea28 1/3: Re-enable CI, add Emacs 29, and skip old Emacsen on ARM MacOS
Date: Fri, 5 Jul 2024 15:57:29 -0400 (EDT)

branch: externals/async
commit 428dc5ea28faa5abfaf9a33669941d9355f19506
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Re-enable CI, add Emacs 29, and skip old Emacsen on ARM MacOS
---
 .github/workflows/test.yml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6817428c0b..78b1bec702 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,6 @@ concurrency:
 
 jobs:
   test:
-    if: false
     runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false
@@ -27,7 +26,22 @@ jobs:
           - '27.2'
           - '28.1'
           - '28.2'
+          - '29.4'
           - snapshot
+        # Skip older emacs versions that are not available on ARM MacOS
+        exclude:
+          - os: macos-latest
+            emacs-version: '26.1'
+          - os: macos-latest
+            emacs-version: '26.2'
+          - os: macos-latest
+            emacs-version: '26.3'
+          - os: macos-latest
+            emacs-version: '27.1'
+          - os: macos-latest
+            emacs-version: '27.2'
+          - os: macos-latest
+            emacs-version: '28.1'
 
     steps:
     - uses: actions/checkout@v3



reply via email to

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