diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 19:06:05 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 19:06:05 +0200 |
| commit | ec4cb8d4d6aa836668bfef860a2f59d2e30d8cba (patch) | |
| tree | 70b3bdee9acd986f99627bbe8a987a2938d6b368 /.github | |
| parent | 3a285c000def91cec7c43f2f77fb0bade908950e (diff) | |
Add Emacs 29 to the CI matrix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2767f98..d76b6c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # Earliest supported + latest in each stable branch + snapshot. - emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', 'snapshot'] + emacs_version: ['25.1', '25.3', '26.3', '27.1', '28.1', '29.1', 'snapshot'] steps: - name: Set up Emacs |
