aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-03 11:56:32 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-03 11:56:32 +0100
commita4c0408eafc3958af869727874b715ab6ca23b68 (patch)
treeb2e976e89ada509eaf7ce9881aeb13683bfce128
parent0b16fd482d43792e14a23cd55b9fe04f95c28490 (diff)
CI: Fix
-rw-r--r--.github/workflows/makefile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 69ce03a..ef81ed5 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# See https://github.com/purcell/setup-emacs/blob/master/.github/workflows/test.yml
- emacs_version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot]
+ emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, release-snapshot]
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master