branch: externals/hyperbole commit fcc35218811559a30204c9e3767ab6e1fff5f4bf Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@github.com>
Update main.yml (#276) Add 28.1 in again The 28.1 requirement is sticky and we need to figure out how to remove that. Adding back the 28.1 so that the CI build works again. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e5848bf00..2c342dba11 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - version: [27.2, 28.2, master] + version: [27.2, 28.1, 28.2, master] container: silex/emacs:${{ matrix.version }}-ci # Steps represent a sequence of tasks that will be executed as part of the job