Skip to content

Commit

Permalink
squash! Merge branch 'master' into validate-actions
Browse files Browse the repository at this point in the history
GitHub keeps insisting on inventing conflicts with `master` that
local git knows don't exist, so I keep having to make merge
commits that remove its idiocy and then mark them for autosquash
manually. Someone please fix GitHub.
  • Loading branch information
geekosaur committed Dec 21, 2024
2 parents 08450d4 + cf22b35 commit 61e315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# release of a corresponding Cabal and friends. it can also be short since it's
# highly unlikely that we are releasing really old branches.
ghc:
["9.10.1", "9.8.1", "9.6.1"]
["9.12.1", "9.10.1", "9.8.1", "9.6.1"]

steps:

Expand Down

0 comments on commit 61e315d

Please sign in to comment.