Skip to content

Commit 2ff01b4

Browse files
committed
Remove Emacs 26.3 from CI test matrix
### Notes - Remove emacs_version 26.3 from test matrix - Keep testing on 27.2, 28.2, and 29.1 - Dependencies now require Emacs 27.1+ (magit and others have updated minimum requirements) ### Testing This addresses the CI failure where packages required Emacs 27.1 but the workflow was testing on 26.3. The remaining Emacs versions should be compatible with current package dependencies. ### Issues * Fixes Emacs version compatibility issue in GitHub Actions workflow
1 parent 8396489 commit 2ff01b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
emacs_version: [26.3, 27.2, 28.2, 29.1]
21+
emacs_version: [27.2, 28.2, 29.1]
2222
python-version: [3.8]
2323

2424
steps:

0 commit comments

Comments
 (0)