diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-02-27 15:47:29 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-02-27 15:47:29 +0100 |
| commit | 22a2f84aeeae16df8a6ffa8cc46051868c225373 (patch) | |
| tree | 5debe24780fd6bec2581e70623789ba9903a97ba | |
| parent | 3bd8ec1bb9d903231060d8e696b3aa9c51f68e0f (diff) | |
| download | soria-22a2f84aeeae16df8a6ffa8cc46051868c225373.tar.gz soria-22a2f84aeeae16df8a6ffa8cc46051868c225373.zip | |
ci: added more emacs' versions
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a496150..dff49e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +--- + name: CI on: @@ -24,6 +26,8 @@ jobs: - 26.3 - 27.1 - 27.2 + - 28.1 + - 28.2 - snapshot include: - os: macos-latest |
