Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI versions #27

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading