Skip to content

Commit

Permalink
Add tests for latest Node.js versions and Emacs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed Feb 18, 2024
1 parent ec8f726 commit 118dfd2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
fail-fast: false
matrix:
emacs-version:
- '25.3'
- '26.1'
- '26.2'
- '26.3'
- '27.1'
- '27.2'
- '28.1'
- '28.2'
- '29.1'
- '29.2'
node-version:
- '10'
- '12'
- '13'
- '18'
- '20'
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit 118dfd2

Please sign in to comment.