Skip to content

Commit

Permalink
ci: put recent GHC jobs to the top of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Jul 18, 2024
1 parent 01c3f4a commit 3da0f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.0.2', '9.2.8', '9.4.8', '9.6.6', '9.8.2', '9.10.1']
ghc: ['9.10.1', '9.8.2', '9.6.6', '9.4.8', '9.2.8', '9.0.2' ]
deb: ['buster', 'slim-buster']
include:
- ghc: '9.10.1'
Expand Down

0 comments on commit 3da0f37

Please sign in to comment.