branch: elpa/beancount commit bc753ce75de6fb462c23c59ba7af848c0b3bdf50 Author: Daniele Nicolodi <dani...@grinta.net> Commit: Daniele Nicolodi <dani...@grinta.net>
ci: Run tests on Emacs 29 releases too --- .github/workflows/tests.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4a16c8781e..941892f114 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,17 @@ jobs: strategy: fail-fast: false matrix: - emacs: ['26.1', '26.2', '26.3', '27.1', '27.2', '28.1', '28.2'] + emacs: + - '26.1' + - '26.2' + - '26.3' + - '27.1' + - '27.2' + - '28.1' + - '28.2' + - '29.1' + - '29.2' + - '29.3' steps: - uses: purcell/setup-emacs@master with: