From 41cfa51e8fae4ebdb2d68c36c101965695e2db1b Mon Sep 17 00:00:00 2001
From: Thomas Flori <thflori@gmail.com>
Date: Fri, 22 Sep 2023 11:40:12 +0200
Subject: [PATCH] fix pipeline configuration

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5f3d9f..e802f4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ phpunit:
   needs: []
   parallel:
     matrix:
-      - PHP_VERSION: [7.4, 8.0, 8.1, 8.2]
+      - PHP_VERSION: ['7.4', '8.0', '8.1', '8.2']
   image: iras/php-composer:${PHP_VERSION}
   before_script:
     - composer install
-- 
GitLab