Skip to content

Commit bda9baf

Browse files
committed
Add Emacs 30.1 to the CI matrix
1 parent adb1c25 commit bda9baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
emacs_version: ['snapshot']
16+
emacs_version: ['30.1', 'snapshot']
1717

1818
steps:
1919
- name: Set up Emacs
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
emacs_version: ['snapshot']
62+
emacs_version: ['30.1', 'snapshot']
6363

6464
steps:
6565
- name: Set up Emacs

0 commit comments

Comments
 (0)