summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSibi Prabakaran <sibi@psibi.in>2024-02-28 15:49:43 +0530
committerSibi Prabakaran <sibi@psibi.in>2024-02-28 15:49:43 +0530
commitf99d84afb8d096d0aa934e8d52bfed4c1b314d36 (patch)
tree6ed63688f93a4d541ae18ee1b22ea8e15499d250 /.github
parenta8f94697acbd9d71ec94b79a30685899e9c31c6a (diff)
downloadrust-mode-f99d84afb8d096d0aa934e8d52bfed4c1b314d36.tar.gz
CI: Update to test with last 3 emacs version
Also includes Emacs 29.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml29
1 files changed, 10 insertions, 19 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index eb31e46..55c197f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,11 +20,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- - 26.3
- 27.2
- 28.2
- 29.1
- experimental: [false]
+ - 29.2
include:
- os: ubuntu-latest
emacs-version: snapshot
@@ -32,21 +31,13 @@ jobs:
- os: macos-latest
emacs-version: snapshot
experimental: true
- - os: windows-latest
- emacs-version: snapshot
- experimental: true
-
steps:
- - uses: actions/checkout@v3
-
- - uses: jcs090218/setup-emacs@master
- with:
- version: ${{ matrix.emacs-version }}
-
- - uses: emacs-eask/setup-eask@master
- with:
- version: 'snapshot'
-
- - name: Run tests
- run:
- make ci
+ - uses: actions/checkout@v4
+ - uses: jcs090218/setup-emacs@master
+ with:
+ version: ${{ matrix.emacs-version }}
+ - uses: emacs-eask/setup-eask@master
+ with:
+ version: "snapshot"
+ - name: Run tests
+ run: make ci