Skip to content

Commit 9bb904c

Browse files
authored
Add Emacs 30.x to CI matrix
1 parent 189bafe commit 9bb904c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: purcell/setup-emacs@master
1212
with:
13-
version: 29.3
13+
version: 30.2
1414
- uses: actions/checkout@v4
1515
- name: Run tests
1616
run: make package-lint
@@ -25,6 +25,7 @@ jobs:
2525
- 28.2
2626
- 29.1
2727
- 29.3
28+
- 30.2
2829
- release-snapshot
2930
- snapshot
3031
steps:

0 commit comments

Comments
 (0)