diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml
index 105c9f27bddab781c8c50298ac4a6bf15535f148..6240fae7849596c6ae46a44761c60345da09be39 100644
--- a/plugins/templates/matrix.yml
+++ b/plugins/templates/matrix.yml
@@ -60,11 +60,20 @@ PHPunit:PHP8.0:MySQL:
   script:
     - find . -type "f" -iname "*.php" | xargs -L "1" php -l
     - phpunit
+
+PHPunit:PHP8.1:MySQL:
+  stage: test
+  image: containers.ethitter.com:443/docker/images/php:8.1
+  services:
+    - mysql:5.6
+  script:
+    - find . -type "f" -iname "*.php" | xargs -L "1" php -l
+    - phpunit
   allow_failure: true
 
 PHPCS:
   stage: test
-  image: containers.ethitter.com:443/docker/images/php:7.3
+  image: containers.ethitter.com:443/docker/images/php:7.4
   before_script:
     - composer global require automattic/vipwpcs
     - composer global require phpcompatibility/phpcompatibility-wp