Skip to content

Commit e99e272

Browse files
committed
Simplify selection of GHCs to build on
The haskell setup action supports using the major version, and then it will select the latest minor version. That should be fine for us - we don't have to change anything to get new minor versions, and it's not too much of a problem to get new minor versions implicitly, since they should be very unlikely to break things.
1 parent c126332 commit e99e272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ "9.6.1", "9.4.5" , "9.2.7" , "9.0.2" , "8.10.7" ]
1+
[ "9.6", "9.4" , "9.2" , "9.0" , "8.10" ]

0 commit comments

Comments
 (0)