diff --git a/ci/config.sh b/ci/config.sh
index 56a272d4da51b366299efa1f4472fbeba9b3b94e..e6f8fbf177097107889e50c1112dd4d0db679087 100644
--- a/ci/config.sh
+++ b/ci/config.sh
@@ -63,15 +63,9 @@ version="$(ghc_version)"
 commit="$(ghc_commit)"
 echo "Found GHC $version, commit $commit."
 case $version in
-  8.10.*)
-    #       package             ticket
-    broken "th-lift-instances"  17723
-    ;;
-
   8.11.*)
     #       package             ticket
     broken "pandoc"             18018
-    broken "th-lift-instances"  17723
     ;;
 
   *)