Skip to content

Commit

Permalink
Use Emacs 29.1 for testing
Browse files Browse the repository at this point in the history
Using `snapshot` was causing issues with package-lint not being able
to find the respective compat lib.
  • Loading branch information
meain committed Feb 13, 2024
1 parent 8567735 commit a19ab9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
fail-fast: false
matrix:
emacs_version:
# - 27.2
# - 28.1
- snapshot # test only on snapshot as that has treesit
- 29.1
# - snapshot # causing issues with compat
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit a19ab9d

Please sign in to comment.