Skip to content

Commit

Permalink
feat: Drop Emacs 27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 30, 2024
1 parent 63c913a commit 650f324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.4
experimental: [false]
Expand All @@ -34,9 +33,6 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 27.2

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "27.1")
(depends-on "emacs" "28.1")
(depends-on "ht")

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

0 comments on commit 650f324

Please sign in to comment.