From 2e348bad40af18f8ca72c779fc148ba54796f7f8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 May 2024 07:29:37 +0200 Subject: ci: added more GNU Emacs versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover I've taken the chance to fix a couple of typos on the README file. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dff49e2..21cfcca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,13 @@ jobs: - 27.2 - 28.1 - 28.2 + - 29.1 + - 29.2 + - 29.3 - snapshot include: - os: macos-latest - emacs_version: 27.2 + emacs_version: 29.3 steps: - uses: purcell/setup-emacs@master with: -- cgit v1.2.3