Skip to content

Commit

Permalink
Add Emacs 29.4 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell authored Jul 10, 2024
1 parent 3358f4c commit b2aa076
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [23.4, 24.1, 24.2, 24.3, 24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, release-snapshot, snapshot]
emacs_version: [23.4, 24.1, 24.2, 24.3, 24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot, snapshot]
steps:
- uses: actions/checkout@v4
- name: Setup Emacs
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
emacs_version: [28.1, 28.2, 29.1, 29.2, 29.3, release-snapshot, snapshot]
emacs_version: [28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot, snapshot]
steps:
- uses: actions/checkout@v4
- name: Setup Emacs
Expand Down

0 comments on commit b2aa076

Please sign in to comment.