Skip to content

Commit

Permalink
Update test workflow for GitHub action
Browse files Browse the repository at this point in the history
* .github/workflows/test.yml: Do it.
  • Loading branch information
nnicandro committed Oct 10, 2024
1 parent c9316c1 commit 887623c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 887623c

Please sign in to comment.