Skip to content

Commit 2535780

Browse files
authored
Merge pull request #196 from jcs-PR/ci/improve
ci: Test newer Emacs version
2 parents 481df3a + fbd741c commit 2535780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
1818
experimental: [false]
19-
emacs-version: [26.1, 26.2, 26.3, 27.1, 27.2, 28.1]
19+
emacs-version: [26.3, 27.2, 28.2, 29.4, 30.2]
2020
include:
2121
- emacs-version: snapshot
2222
experimental: true
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232

3333
- uses: jcs090218/setup-emacs@master
3434
with:

0 commit comments

Comments
 (0)