Skip to content

Commit

Permalink
Test against Emacs 29 instead of master (#255)
Browse files Browse the repository at this point in the history
<!--

To expedite the pull request process, please see the contributor guide
for my projects:

  <https://github.com/raxod502/contributor-guide>

-->
  • Loading branch information
raxod502 authored Nov 23, 2023
1 parent d966a24 commit 317fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [27, 28, "master"]
emacs_version: [27, 28, 29]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 317fe75

Please sign in to comment.