diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index db8562d..f808655 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -6,6 +6,7 @@ jobs: strategy: matrix: node: ["20"] + emacs-version: [26.3, 27.2, 28.2, 29.1, snapshot] steps: - name: Checkout @@ -16,6 +17,11 @@ jobs: with: node-version: ${{matrix.node}} + - name: Setup emacs + uses: jcs090218/setup-emacs@master + with: + version: ${{ matrix.emacs-version }} + - name: Install eask run: npm install -g @emacs-eask/cli