Skip to content

Commit 5e86cb7

Browse files
committed
fixup! Remove travis, setup GHA
1 parent ec3d478 commit 5e86cb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/matrix.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
versions:
1212
# Three stable versions
13-
- ghc: '9.6.2'
14-
- ghc: '9.4.7'
15-
- ghc: '9.2.8'
13+
- ghc: '9.10.1'
14+
- ghc: '9.8.2'
15+
- ghc: '9.6.5'
1616
# Latest as moving target
1717
- ghc: 'latest'
1818
steps:

0 commit comments

Comments
 (0)