mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
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:
parent
d966a24115
commit
317fe75906
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue