Skip to content

Commit

Permalink
chore(ci): enable Emacs 28, 29 and snapshot on Linux and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 30, 2023
1 parent 6d430dc commit 5869e1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
emacs-version:
- 28.2
- 29.1
- snapshot
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/ci-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ on:

jobs:
ci-macos:
runs-on: "${{ matrix.architecture }}"
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
architecture:
- macos-latest
emacs-version:
- 28.2
- 29.1
- snapshot
steps:
- uses: actions/checkout@v4
- name: Setup Emacs (MacOS)
run: |
brew install emacs
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- name: Show Emacs version
run: |
EMACS_VERSION=$(emacs --version)
Expand Down

0 comments on commit 5869e1b

Please sign in to comment.