From b627a0b434155152dcae22836e1eb374a53bc7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Wed, 30 Oct 2024 15:42:31 +0000 Subject: [PATCH] Bump emacs version for CI --- .github/workflows/tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cd4de13..3ffd1ed2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,11 +22,12 @@ jobs: - ubuntu-latest - macos-latest emacs_version: - - 27.1 - - 27.2 - 28.1 - 28.2 - 29.1 + - 29.2 + - 29.3 + - 29.4 - snapshot steps: - uses: purcell/setup-emacs@master @@ -54,9 +55,9 @@ jobs: matrix: include: - os: ubuntu-latest - emacs_version: 27.2 + emacs_version: 29.4 - os: macos-latest - emacs_version: 29.1 + emacs_version: 29.4 - os: macos-latest emacs_version: snapshot steps: