diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-02-28 15:57:05 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 15:57:05 +0530 |
| commit | 8b1ef9f54ff3800170801fefff416e9bddd5b1df (patch) | |
| tree | bd8717b9e49584982cb79480c5440d7872ff8d0b | |
| parent | a8f94697acbd9d71ec94b79a30685899e9c31c6a (diff) | |
| parent | ae0b7f55bfca04aebfe601f5dee37311acaba357 (diff) | |
| download | rust-mode-8b1ef9f54ff3800170801fefff416e9bddd5b1df.tar.gz | |
Merge pull request #523 from rust-lang/ci-29
CI: Update to test with last 3 emacs version
| -rw-r--r-- | .github/workflows/test.yml | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb31e46..89b8a19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,17 +14,15 @@ concurrency: jobs: test: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false 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 +30,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 |
