branch: elpa/typescript-mode commit bbac33757917d87b1da698baa2185feb118343e5 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Jen-Chieh Shen <jcs090...@gmail.com>
ci: fix emacs version syntax --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92ee7447cb..4bc2de4dc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: experimental: [false] emacs-version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1] include: - - emacs: snapshot + - emacs-version: snapshot experimental: true os: ubuntu-latest - - emacs: snapshot + - emacs-version: snapshot experimental: true os: macos-latest - - emacs: snapshot + - emacs-version: snapshot experimental: true os: windows-latest continue-on-error: ${{ matrix.experimental }}