From de3e4baffd74126096faca01e9329b6921ebbf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac=20Jacqu=C3=A9?= Date: Thu, 2 Mar 2023 19:57:28 +0100 Subject: [PATCH] CI: add 28.2 and release-snaphot (29) targets. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 502e7a2..df223e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,8 @@ jobs: - 26.3 - 27.2 - 28.1 + - 28.2 + - release-snapshot - snapshot steps: - uses: purcell/setup-emacs@master