From cc595d3e58561e68adcc28991d8a9c6fc583d41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20P=C4=85czkowski?= Date: Mon, 26 May 2025 11:10:54 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7df509..04e66aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,9 +14,11 @@ jobs: strategy: matrix: emacs_version: - - 27.2 - - 26.3 - 25.3 + - 27.2 + - 28.2 + - 29.4 + - 30.1 steps: - name: Set up Emacs