branch: elpa/proof-general commit 2a8701209b273db5a35f15145ec62f32799e03b1 Author: Hendrik Tews <hend...@askra.de> Commit: hendriktews <hend...@askra.de>
CI workflow: Enable new Emacs versions until 27.2 This commit conservatively extends the existing workflow with new versions without changing to docker containers. --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f239e57504..39cf3696de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: - 26.2 - 26.3 - 27.1 + - 27.2 # at most 20 concurrent jobs per free account # cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limit max-parallel: 4 @@ -61,7 +62,7 @@ jobs: # versions. The latest two should be enough, maybe even # only the latest one. - 26.3 - - 27.1 + - 27.2 fail-fast: false steps: @@ -249,6 +250,7 @@ jobs: - 26.2 - 26.3 - 27.1 + - 27.2 max-parallel: 4 # don't cancel all in-progress jobs if one matrix job fails: fail-fast: false