[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 4bc08f68f2: ci: Exclude macos tests below 27.x
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 4bc08f68f2: ci: Exclude macos tests below 27.x |
Date: |
Wed, 8 May 2024 04:00:39 -0400 (EDT) |
branch: elpa/php-mode
commit 4bc08f68f2362e0fc36ff3c767c225b37afe58ec
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
ci: Exclude macos tests below 27.x
See https://github.com/purcell/setup-emacs/issues/48.
---
.github/workflows/test.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0825bdea3f..6e755ae238 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,6 +35,11 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
+ exclude:
+ - os: macos-latest
+ emacs-version: "26.3"
+ - os: macos-latest
+ emacs-version: "27.2"
steps:
- uses: actions/setup-python@v5
with:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/php-mode 4bc08f68f2: ci: Exclude macos tests below 27.x,
ELPA Syncer <=