Skip to content

Commit 782bcd9

Browse files
committed
Add Emacs 29 and 30 to the CI matrix
1 parent 8735dce commit 782bcd9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.circleci/config.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ jobs:
6767
- setup
6868
- test
6969

70+
test-ubuntu-emacs-29:
71+
docker:
72+
- image: silex/emacs:29-ci
73+
entrypoint: bash
74+
steps:
75+
- setup
76+
- test
77+
78+
test-ubuntu-emacs-30:
79+
docker:
80+
- image: silex/emacs:30-ci
81+
entrypoint: bash
82+
steps:
83+
- setup
84+
- test
85+
7086
test-ubuntu-emacs-master:
7187
docker:
7288
- image: silex/emacs:master-ci
@@ -94,7 +110,7 @@ jobs:
94110

95111
test-lint:
96112
docker:
97-
- image: silex/emacs:28-ci
113+
- image: silex/emacs:30-ci
98114
steps:
99115
- setup
100116
- lint
@@ -105,6 +121,8 @@ workflows:
105121
jobs:
106122
- test-ubuntu-emacs-27
107123
- test-ubuntu-emacs-28
124+
- test-ubuntu-emacs-29
125+
- test-ubuntu-emacs-30
108126
- test-ubuntu-emacs-master
109127
- test-lint
110128
- test-macos-emacs-latest

0 commit comments

Comments
 (0)