diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2025-07-20 16:48:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-20 16:48:44 -0700 |
| commit | 20498e941b61231370d31b0fac64cd723089ce78 (patch) | |
| tree | a23201fd689c852e8b1aaa661eb8b12043bd2b3c /.github/workflows/lint.yml | |
| parent | 33fceb1c205107adbdbe5515044d885479bee804 (diff) | |
Run tests against Emacs 30 (#372)
Diffstat (limited to '.github/workflows/lint.yml')
| -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 6e3948f..d63f6f2 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, 29] + emacs_version: [27, 28, 29, 30] steps: - name: Checkout uses: actions/checkout@v4 |
