Skip to content

Commit

Permalink
Upgrade CI run to Emacs 29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fapdash committed Jun 26, 2024
1 parent f55df54 commit e47a4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: purcell/setup-emacs@c851e5408f2d2f657fa80375bbe3fb35029aa488
- uses: purcell/setup-emacs@9cec3a06b2148f5010c677678cf7b7ea79c32811
with:
version: 29.3
version: 29.4

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This repo holds all the instructions, tests, code, & support files for Emacs Lisp _exercises_ currently under development or implemented & available for students.
If you haven't already, you can check out and study the live language track [here][exercism-emacs-lisp-track].

🌟   The test runner is currently running Emacs 29.3
🌟   The test runner is currently running Emacs 29.4

Currently the Emacs Lisp track doesn't feature a syllabus, so it only contains practice exercises. Practice exercises are open-ended problems that allow you to build and test your knowledge of a programming language. You can find the practice exercises referenced in the [config.json][config-json] and the files in the [`exercises/practice`][emacs-lisp-exercises-practice-dir] directory. The practice exercises are shared between tracks. You can find the canonical problem description in the [problem specifications repository][problem-specifications-repository].

Expand Down

0 comments on commit e47a4bc

Please sign in to comment.