Skip to content

Commit

Permalink
chore: Update emacs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Feb 12, 2025
1 parent ac0f4a5 commit ad9791f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
os:
- 'ubuntu-latest'
emacs_version:
- 'snapshot'
- '28.1'
- '27.2'
- '26.3'
# Available versions: https://github.com/purcell/setup-emacs/blob/master/.github/workflows/test.yml#L17
- 'release-snapshot'
- '29.4'
- '28.2'
# runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
Expand Down

0 comments on commit ad9791f

Please sign in to comment.