diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ec239d290980905e98924c0c6ed33d0f2ca5f84..e10a62948c694c64f3edf14d3aa8220febe2393a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ phpunit:
   needs: []
   parallel:
     matrix:
-      - PHP_VERSION: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
+      - PHP_VERSION: ['7.3', '7.4', '8.0', '8.1', '8.2']
   image: iras/php-composer:${PHP_VERSION}
   cache:
     key: php-dependencies-${PHP_VERSION}