diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-03-27 13:05:40 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 13:05:40 +0530 |
| commit | 150b61f7ed9593c1d433794aa097f2e9ca8cdf75 (patch) | |
| tree | f87c5e0982299632567648a3bdfe5bb78ce039ac | |
| parent | 87bf4ea711456c858445ec4c22b3552fd796708d (diff) | |
| parent | bd7d8ed2ba324dce7e531134d405eb4a8c14d876 (diff) | |
| download | rust-mode-150b61f7ed9593c1d433794aa097f2e9ca8cdf75.tar.gz | |
Merge pull request #536 from rust-lang/emacs-29.3
CI: Support for emacs 29.3
| -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 89b8a19..8fb4f72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - 28.2 - 29.1 - 29.2 + - 29.3 include: - os: ubuntu-latest emacs-version: snapshot |
