From 9a50a128abb2c9813407afbefe71b3caa131de1b Mon Sep 17 00:00:00 2001
From: Daniel Kurowski <daniel.kurowski@grifart.cz>
Date: Thu, 17 Mar 2022 15:11:01 +0100
Subject: [PATCH] add 8.1 to ci

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68cbf70..819064a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,3 +41,9 @@ test.verify.php8:
   stage: test
   script:
   - composer run verify
+
+test.verify.php81:
+  image: grifart/php8.1-with-all-modules-and-various-tools
+  stage: test
+  script:
+  - composer run verify
-- 
GitLab