Add release-snapshot build to CI

* .github/workflows/test.yml (emacs_version): Include
release-snapshot (currently Emacs 29.0.60).
master
Basil L. Contovounesios 3 years ago
parent ebaddb1470
commit 72e042dd40
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 1
      .github/workflows/test.yml

@ -22,6 +22,7 @@ jobs:
- '27.2' - '27.2'
- '28.1' - '28.1'
- '28.2' - '28.2'
- 'release-snapshot'
- 'snapshot' - 'snapshot'
include: include:
- emacs_version: 'snapshot' - emacs_version: 'snapshot'

Loading…
Cancel
Save