Skip to content

Commit 4fdc254

Browse files
committed
Update test workflow for GitHub action
* .github/workflows/test.yml: Do it.
1 parent 1f45c93 commit 4fdc254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
strategy:
55
matrix:
66
os: [ubuntu-latest, macos-latest, windows-latest]
7-
emacs-version: [26.3, 27.2, 28.2, snapshot]
7+
emacs-version: [27.2, 28.2, 29.3, snapshot]
88
defaults:
99
run:
1010
shell: bash -el {0}
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: ${{ matrix.emacs-version }}
2222
if: ${{ matrix.os == 'windows-latest' }}
23-
- uses: conda-incubator/setup-miniconda@v2
23+
- uses: conda-incubator/setup-miniconda@v3
2424
with:
2525
python-version: 3.9
2626
- name: Install requirements

0 commit comments

Comments
 (0)