From 65c355acf28b74d1ba575d9e439ca00c53342b66 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Wed, 9 Oct 2024 21:40:19 -0500 Subject: [PATCH] Update test workflow for GitHub action * .github/workflows/test.yml: Do it. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76166860..46c25632 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - emacs-version: [26.3, 27.2, 28.2, snapshot] + emacs-version: [27.2, 28.2, 29.3, snapshot] defaults: run: shell: bash -el {0} @@ -20,7 +20,7 @@ jobs: with: version: ${{ matrix.emacs-version }} if: ${{ matrix.os == 'windows-latest' }} - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: python-version: 3.9 - name: Install requirements