branch: externals/compat commit 2290e0b50867371042b48b361d371e71c2dd58e2 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
CI: Test against 28.2 --- .github/workflows/makefile.yml | 1 + compat-tests.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5deab64355..98da32f9b5 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -30,6 +30,7 @@ jobs: - '27.1' - '27.2' - '28.1' + - '28.2' - 'snapshot' steps: - uses: actions/checkout@v3 diff --git a/compat-tests.el b/compat-tests.el index 1712d28979..0098b17e58 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -30,9 +30,9 @@ ;; calling convention or behavior changed between Emacs versions. ;; The functions tested here are guaranteed to work on the Emacs versions -;; tested by continuous integration. This includes 24.4, 24.5, 25.1, 25.2, -;; 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1 and the current Emacs master -;; branch. +;; tested by continuous integration. This includes 24.4, 24.5, 25.1, 25.2, +;; 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2 and the current Emacs +;; master branch. ;;; Code: