branch: elpa/cider commit e905618055cc95c7fd2f01c10d8cd08ed35f08f2 Author: Steve Purcell <st...@sanityinc.com> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
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 30efc57173..64ce306eba 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)