diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2024-01-23 13:26:42 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2024-01-23 13:26:42 +0100 |
commit | 5355a96e718ff4993b41604d2baf79d4c92e2c5d (patch) | |
tree | 4dff306506e36459252a9251fc01f1b7f98cac23 /.github/workflows/test.yml | |
parent | 0e9c2e517affd7b61fc19cc6d4c177bc5a1c96fb (diff) | |
download | bog-5355a96e718ff4993b41604d2baf79d4c92e2c5d.tar.gz |
* .github/workflows/test.yml: Add Emacs 29.2.
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 848b4c3..77e5628 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - 28.1 - 28.2 - 29.1 + - 29.2 - release-snapshot - snapshot |