Skip to content

Commit

Permalink
Merge pull request #628 from jfdm/emacs-bumps
Browse files Browse the repository at this point in the history
[ ci ] bump emacs version range forward.
  • Loading branch information
jfdm authored Jun 10, 2024
2 parents 334fef6 + 727d586 commit 01ecdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/idris1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
emacs: [25.3, 26.1, 27.2, 28.2]
emacs: [27.2, 28.2, 29.3]
idris: [git, stackage]
env:
EMACS_VERSION: ${{ matrix.emacs }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/idris2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
emacs: [25.3, 26.3, 27.2, 28.2]
emacs: [27.2, 28.2, 29.3]

env:
EMACS_VERSION: ${{ matrix.emacs }}
Expand Down

0 comments on commit 01ecdba

Please sign in to comment.