Skip to content

Commit

Permalink
test: Update emacs version
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Dec 1, 2023
1 parent 2370a90 commit b68c765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '27.2'
- '28.1'
- '28.2'
- '29.1'
- 'snapshot'
steps:
- uses: actions/checkout@v3
Expand All @@ -42,6 +43,6 @@ jobs:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
with:
version: '28.2'
version: '29.1'
- uses: conao3/setup-keg@master
- run: keg lint
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
codecov:
notify:
after_n_builds: 12
after_n_builds: 13

0 comments on commit b68c765

Please sign in to comment.