ShuguangSun / tree-sitter-ess-r

R with tree-sitter support.
GNU General Public License v3.0
8 stars 2 forks source link

Test newer versions of Emacs #8

Closed slackline closed 9 months ago

slackline commented 9 months ago

Emacs 29.1 has been out for a while, it would be useful if the various CI/GitHub workflows tested against 29.1 as well as the current 27.2.

Should be straight-forward to add - 29.1 to the emacs_version matrix....

      matrix:
        emacs_version:
          - 27.2
          - 29.1