Skip to content

Commit

Permalink
ci: Bump minor version for Emacs 29
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Feb 4, 2025
1 parent f2a6368 commit 7e59c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
- 26.1
- 27.2
- 28.2
- 29.1
- 29.4
- snapshot
steps:
- name: Install emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Check out seq
if: matrix.emacs_version == '26.1' || matrix.emacs_version == '27.2' || matrix.emacs_version == '28.2'
if: matrix.emacs_version == '27.2' || matrix.emacs_version == '28.2'
# Note: This relies on Transient's Makefile looking in this spot
# (relative to Transient checkout) by default.
run: |
Expand Down

0 comments on commit 7e59c66

Please sign in to comment.