Skip to content

Commit

Permalink
ci: support emacs 29.3 and Windows/macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Apr 9, 2024
1 parent a4f0bc7 commit 16270e8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,27 @@ jobs:
strategy:
fail-fast: false
matrix:
emacs-version: [25.3, 26.3, 27.2, 28.2, 29.1]
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version: [25.3, 26.3, 27.2, 28.2, 29.3]
experimental: [false]
include:
- emacs-version: 24.3
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
- emacs-version: snapshot
- os: macos-latest
emacs-version: snapshot
experimental: true
- os: windows-latest
emacs-version: snapshot
experimental: true

steps:
- name: setenv
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: purcell/setup-emacs@master
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}

Expand Down

0 comments on commit 16270e8

Please sign in to comment.