aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2023-11-23 12:30:41 -0800
committerGitHub <noreply@github.com>2023-11-23 12:30:41 -0800
commit317fe75906e85bfcf9ca481b4804a79c25ab3b9c (patch)
tree92ab6aad8057b26ee83cc2ec33e05d9aad37f33d
parentd966a2411558c552db0871fdd4bfcfd3cdb71ad5 (diff)
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> -->
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 5bda9d5..6a3c3ce 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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