branch: elpa/beancount commit 94bae42833739ca7950cb85b2b69aa67062c7238 Author: Daniele Nicolodi <dani...@grinta.net> Commit: Daniele Nicolodi <dani...@grinta.net>
Extend CI to run tests on Emacs 28 too --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0d6eb8dc9c..4a16c8781e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - emacs: ['26.1', '26.2', '26.3', '27.1', '27.2'] + emacs: ['26.1', '26.2', '26.3', '27.1', '27.2', '28.1', '28.2'] steps: - uses: purcell/setup-emacs@master with: