branch: externals/compat commit dbdd9b3de576ee0fd7a73c4ccbbc3c9c7112152e Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Add Emacs 28.1 to list of tested Emacs versions in GitHub CI --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8350b93a46..bf7c0f7d5a 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -26,6 +26,7 @@ jobs: - '26.3' - '27.1' - '27.2' + - '28.1' - 'snapshot' steps: - uses: actions/checkout@v2