Skip to content

Commit

Permalink
Merge pull request #27 from emacs-jp/update-ci
Browse files Browse the repository at this point in the history
Update CI versions
  • Loading branch information
syohex authored Apr 1, 2024
2 parents 4ed535f + 799cd97 commit c4842b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
strategy:
matrix:
emacs_version:
- 25.1
- 26.3
- 27.1
- 27.2
- 28.2
- 29.3
- snapshot
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run tests
run: |
make test
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# init-loader.el [![travis badge][travis-badge]][travis-link] [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
# init-loader.el [![Github Actions Status][github-actions-badge]][github-actions-link] [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]


## What is it ?
Expand Down Expand Up @@ -114,9 +114,9 @@ Abnormal hook run before byte-compiling a configuration file when
takes one argument, which is the name of the configuration file to be
loaded.

[travis-badge]: https://travis-ci.org/emacs-jp/init-loader.svg
[travis-link]: https://travis-ci.org/emacs-jp/init-loader
[melpa-link]: http://melpa.org/#/init-loader
[melpa-stable-link]: http://stable.melpa.org/#/init-loader
[melpa-badge]: http://melpa.org/packages/init-loader-badge.svg
[melpa-stable-badge]: http://stable.melpa.org/packages/init-loader-badge.svg
[github-actions-link]: https://github.com/emacs-jp/init-loader/actions
[github-actions-badge]: https://github.com/emacs-jp/init-loader/workflows/CI/badge.svg
[melpa-link]: https://melpa.org/#/init-loader
[melpa-stable-link]: https://stable.melpa.org/#/init-loader
[melpa-badge]: https://melpa.org/packages/init-loader-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/init-loader-badge.svg

0 comments on commit c4842b1

Please sign in to comment.