branch: elpa/datetime commit 422bff86bf75a084a22b224c622323105186c77e Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Also test on Emacs 28.2 and 29.1. --- .github/workflows/check-for-updates.yml | 2 +- .github/workflows/test.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 96fa6b3df4..286dc4c7eb 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - emacs_version: ['27.2'] + emacs_version: ['29.1'] steps: - name: Set up Emacs diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb4c1703a2..c7457d22a1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ jobs: emacs_version: ['25.1', '25.2', '25.3', '26.1', '26.2', '26.3', '27.1', '27.2', - '28.1', + '28.1', '28.2', + '29.1', 'snapshot'] steps: