branch: externals/plz-media-type commit 35c0d93498876531185aa8f772f951c23d9a1872 Author: Roman Scherer <ro...@burningswell.com> Commit: r0man <ro...@burningswell.com>
Add Emacs 30.1 and remove 27.x --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae2531be40..c8e9c13197 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,14 +41,13 @@ jobs: fail-fast: false matrix: emacs_version: - - 27.1 - - 27.2 - 28.1 - 28.2 - 29.1 - 29.2 - 29.3 - 29.4 + - 30.1 steps: - uses: purcell/setup-emacs@master with: