Skip to content

Commit

Permalink
NOTICE: Drop support for emacs 24.x
Browse files Browse the repository at this point in the history
After updating to Org 9.5, the CI fails when run using emacs 24.5 with
this error:

```
Installing `org' ..
Debugger entered--Lisp error: (error "Package `emacs-25.1' is unavailable")
  signal(error ("Package `emacs-25.1' is unavailable"))
  error("Package `%s-%s' is unavailable" emacs "25.1")
```

Ref: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=519947e508e081e71bf67db99e27b1c171ba4dfe
  • Loading branch information
kaushalmodi committed Oct 22, 2021
1 parent 4c15965 commit 816bd17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,7 +24,6 @@ jobs:
- '27.2'
- '26.3'
- '25.3'
- '24.5'
# runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
Expand Down

0 comments on commit 816bd17

Please sign in to comment.