diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-10 07:29:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-10 07:29:37 +0200 |
| commit | 2e348bad40af18f8ca72c779fc148ba54796f7f8 (patch) | |
| tree | 5f7abe8f64af90ba8a50d3403c31348f5b980f50 /.github/workflows | |
| parent | fcd8632cb47ff93d974c8362b4e6501004caad7d (diff) | |
| download | soria-2e348bad40af18f8ca72c779fc148ba54796f7f8.tar.gz soria-2e348bad40af18f8ca72c779fc148ba54796f7f8.zip | |
ci: added more GNU Emacs versions
Moreover I've taken the chance to fix a couple of typos on the README
file.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dff49e2..21cfcca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,13 @@ jobs: - 27.2 - 28.1 - 28.2 + - 29.1 + - 29.2 + - 29.3 - snapshot include: - os: macos-latest - emacs_version: 27.2 + emacs_version: 29.3 steps: - uses: purcell/setup-emacs@master with: |
