Test against Emacs 29 instead of master (#255)

<!--

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

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

-->
This commit is contained in:
Radon Rosborough 2023-11-23 12:30:41 -08:00 committed by GitHub
parent d966a24115
commit 317fe75906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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