mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Use more stable tags
This commit is contained in:
parent
230faa8942
commit
c364677f8e
1 changed files with 11 additions and 6 deletions
|
@ -9,14 +9,18 @@ shared: &shared
|
|||
make docker
|
||||
CMD="make -k compile checkdoc longlines"
|
||||
jobs:
|
||||
emacs-25.3:
|
||||
emacs-25:
|
||||
<<: *shared
|
||||
environment:
|
||||
VERSION: "25.3"
|
||||
emacs-26.3:
|
||||
VERSION: "25"
|
||||
emacs-26:
|
||||
<<: *shared
|
||||
environment:
|
||||
VERSION: "26.3"
|
||||
VERSION: "26"
|
||||
emacs-27:
|
||||
<<: *shared
|
||||
environment:
|
||||
VERSION: "27"
|
||||
emacs-git:
|
||||
<<: *shared
|
||||
environment:
|
||||
|
@ -25,6 +29,7 @@ workflows:
|
|||
version: 2
|
||||
ci:
|
||||
jobs:
|
||||
- emacs-25.3
|
||||
- emacs-26.3
|
||||
- emacs-25
|
||||
- emacs-26
|
||||
- emacs-27
|
||||
- emacs-git
|
||||
|
|
Loading…
Add table
Reference in a new issue