Skip to content

Commit 38dd238

Browse files
authored
Merge pull request #631 from jfdm/spruce
[ ci ] ensure we test idris1 againsts latest idris1 and emacs.
2 parents 01ecdba + 9ebf02d commit 38dd238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/idris1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
timeout-minutes: 60
2020
strategy:
2121
matrix:
22-
emacs: [27.2, 28.2, 29.3]
23-
idris: [git, stackage]
22+
emacs: [29.3]
23+
idris: [git]
2424
env:
2525
EMACS_VERSION: ${{ matrix.emacs }}
2626
IDRIS_VERSION: ${{ matrix.idris }}

0 commit comments

Comments
 (0)