diff --git a/.circleci/test.yml b/.circleci/test.yml
index 33638590..e78a1e1f 100644
--- a/.circleci/test.yml
+++ b/.circleci/test.yml
@@ -141,10 +141,10 @@ jobs:
         type: string
       cuda:
         type: enum
-        enum: ["10.1", "10.2", "11.1"]
+        enum: ["11.1"]
       cudnn:
         type: integer
-        default: 7
+        default: 8
     steps:
       - checkout
       - run:
@@ -221,7 +221,7 @@ workflows:
           torch: 1.8.1
           # Use double quotation mark to explicitly specify its type
           # as string instead of number
-          cuda: "10.2"
+          cuda: "11.1"
           requires:
             - hold
   merge_stage_test:
@@ -234,7 +234,7 @@ workflows:
           torch: 1.8.0
           # Use double quotation mark to explicitly specify its type
           # as string instead of number
-          cuda: "10.2"
+          cuda: "11.1"
           filters:
             branches:
               only: