Skip to content

Commit

Permalink
Bump emacs version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 30, 2024
1 parent 016600e commit e1c7cb7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- ubuntu-latest
- macos-latest
emacs_version:
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- 29.2
- 29.3
- 29.4
- snapshot
steps:
- uses: purcell/setup-emacs@master
Expand Down Expand Up @@ -56,9 +57,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
emacs_version: 27.2
emacs_version: 29.4
- os: macos-latest
emacs_version: 29.1
emacs_version: 29.4
- os: macos-latest
emacs_version: snapshot
steps:
Expand Down

0 comments on commit e1c7cb7

Please sign in to comment.