branch: externals/compat commit f3293ed0122d82c41c0c8397e935395213b2c76e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
CI: Add Emacs 30.1 --- .github/workflows/makefile.yml | 2 +- compat-30.el | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ef81ed5503..f74d357bd7 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: # See https://github.com/purcell/setup-emacs/blob/master/.github/workflows/test.yml - emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot] + emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, 30.1] # release-snapshot, snapshot steps: - uses: actions/checkout@v4 - uses: purcell/setup-emacs@master diff --git a/compat-30.el b/compat-30.el index 8d59cdfde0..938cbcb860 100644 --- a/compat-30.el +++ b/compat-30.el @@ -33,8 +33,7 @@ buffer contents as untrusted. This variable might be subject to change without notice." :local permanent) -;; TODO Update to 30.1 as soon as the Emacs emacs-30 branch version bumped -(compat-version "30.0.50") +(compat-version "30.1") ;;;; Defined in lread.c