From 7c2c01477c576344977e7c05cfc41a0547fe869f Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 5 Feb 2025 00:57:46 +1300 Subject: [PATCH] Add Emacs HEAD to CI matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30efc5717..64ce306eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [macos-13, ubuntu-latest, windows-latest] - emacs_version: ['26.3', '27.2', '28.2', '29.3'] + emacs_version: ['26.3', '27.2', '28.2', '29.3', 'snapshot'] java_version: ['11', '17'] include: # aarch64 (macos-13 is Intel)