Skip to content

Commit

Permalink
Add emacs 29.3 to test version list.
Browse files Browse the repository at this point in the history
  • Loading branch information
llemaitre19 committed Apr 8, 2024
1 parent 7c9e594 commit b702628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
emacs_version: ['29.1', '29.2', 'snapshot']
emacs_version: ['29.1', '29.2', 'emacs-29-3', 'snapshot']

steps:
- name: Install Emacs
Expand Down
2 changes: 1 addition & 1 deletion tests/run-tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - Nix package manager (https://nixos.org/download)
# - Enabling Nix 'nix-command' and 'flakes' experimental features (https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-experimental-features)

emacs_versions=("emacs-29-1" "emacs-29-2" "emacs-snapshot")
emacs_versions=("emacs-29-1" "emacs-29-2" "emacs-29-3" "emacs-snapshot")

for version in ${emacs_versions[@]}; do
printf "###### RUN TESTS ON '%s'. ######\n" $version
Expand Down

0 comments on commit b702628

Please sign in to comment.