We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f45c93 commit 4fdc254Copy full SHA for 4fdc254
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
strategy:
5
matrix:
6
os: [ubuntu-latest, macos-latest, windows-latest]
7
- emacs-version: [26.3, 27.2, 28.2, snapshot]
+ emacs-version: [27.2, 28.2, 29.3, snapshot]
8
defaults:
9
run:
10
shell: bash -el {0}
@@ -20,7 +20,7 @@ jobs:
20
with:
21
version: ${{ matrix.emacs-version }}
22
if: ${{ matrix.os == 'windows-latest' }}
23
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
24
25
python-version: 3.9
26
- name: Install requirements
0 commit comments