branch: externals/pyim commit db7ad76d13484bab3e8913a323aaf645ceb4c884 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Update .github/workflows/test.yml --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0b6b377e2..c6afa6a02e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,12 +8,7 @@ jobs: strategy: fail-fast: false matrix: - emacs_version: - - 25.1 - - 25.3 - - 26.3 - - 27.2 - - 28.1 + emacs_version: [25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, snapshot] steps: - uses: purcell/setup-emacs@master with: