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

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

[nongnu] elpa/typescript-mode 85841136f9 2/6: fix defined emacs version


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 85841136f9 2/6: fix defined emacs version
Date: Wed, 20 Apr 2022 10:59:03 -0400 (EDT)

branch: elpa/typescript-mode
commit 85841136f98f3b2fe8389874e0eee94033954303
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    fix defined emacs version
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e2d55699fc..e0abacc538 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,14 +9,14 @@ on:
   workflow_dispatch:
 
 jobs:
-  unix-build:
+  build:
     runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         experimental: [false]
-        emacs: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1]
+        emacs_version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1]
         include:
         - emacs: snapshot
           experimental: true



reply via email to

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