diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-23 12:30:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 12:30:41 -0800 |
| commit | 317fe75906e85bfcf9ca481b4804a79c25ab3b9c (patch) | |
| tree | 92ab6aad8057b26ee83cc2ec33e05d9aad37f33d | |
| parent | d966a2411558c552db0871fdd4bfcfd3cdb71ad5 (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.yml | 2 |
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 |
