From bba2c8202985d93f7f84d739e20cfe75da4791fc Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 11 May 2024 22:28:49 +0200 Subject: [PATCH] Also test on Emacs 29.3. --- .github/workflows/test.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e5f5e2..75ccbf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,12 +21,18 @@ jobs: strategy: matrix: os: [ubuntu-latest] - emacs_version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1', '26.2', '26.3', '27.1', '27.2', '28.1', '28.2', '29.1', '29.2', 'snapshot'] + emacs_version: ['24.4', '24.5', + '25.1', '25.2', '25.3', + '26.1', '26.2', '26.3', + '27.1', '27.2', + '28.1', '28.2', + '29.1', '29.2', '29.3', + 'snapshot'] include: - os: macos-latest - emacs_version: '29.2' + emacs_version: '29.3' - os: windows-latest - emacs_version: '29.2' + emacs_version: '29.3' steps: - name: Set up Emacs