Skip to content

Commit c0ab0ad

Browse files
committed
ci: put recent GHC jobs to the top of the list
1 parent c16d027 commit c0ab0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ghc: ['9.0.2', '9.2.8', '9.4.8', '9.6.6', '9.8.2', '9.10.1']
25+
ghc: ['9.10.1', '9.8.2', '9.6.6', '9.4.8', '9.2.8', '9.0.2' ]
2626
deb: ['buster', 'slim-buster']
2727
include:
2828
- ghc: '9.10.1'

0 commit comments

Comments
 (0)