Skip to content

Commit c4842b1

Browse files
authored
Merge pull request #27 from emacs-jp/update-ci
Update CI versions
2 parents 4ed535f + 799cd97 commit c4842b1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
emacs_version:
13-
- 25.1
14-
- 26.3
15-
- 27.1
13+
- 27.2
14+
- 28.2
15+
- 29.3
1616
- snapshot
1717
steps:
1818
- uses: purcell/setup-emacs@master
1919
with:
2020
version: ${{ matrix.emacs_version }}
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v3
2222
- name: Run tests
2323
run: |
2424
make test

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# init-loader.el [![travis badge][travis-badge]][travis-link] [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
1+
# 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]
22

33

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

117-
[travis-badge]: https://travis-ci.org/emacs-jp/init-loader.svg
118-
[travis-link]: https://travis-ci.org/emacs-jp/init-loader
119-
[melpa-link]: http://melpa.org/#/init-loader
120-
[melpa-stable-link]: http://stable.melpa.org/#/init-loader
121-
[melpa-badge]: http://melpa.org/packages/init-loader-badge.svg
122-
[melpa-stable-badge]: http://stable.melpa.org/packages/init-loader-badge.svg
117+
[github-actions-link]: https://github.com/emacs-jp/init-loader/actions
118+
[github-actions-badge]: https://github.com/emacs-jp/init-loader/workflows/CI/badge.svg
119+
[melpa-link]: https://melpa.org/#/init-loader
120+
[melpa-stable-link]: https://stable.melpa.org/#/init-loader
121+
[melpa-badge]: https://melpa.org/packages/init-loader-badge.svg
122+
[melpa-stable-badge]: https://stable.melpa.org/packages/init-loader-badge.svg

0 commit comments

Comments
 (0)