From 46a588623beefdd19f930dbacae681c85f98d904 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 12 Dec 2022 09:25:11 +0100
Subject: [PATCH] CI: test with PHP 8.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3eecdac..a25cfe7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,12 @@ test-php8.1:
     PHP: "php8.1"
   <<: *test_defaults
 
+test-php8.2:
+  stage: test
+  variables:
+    PHP: "php8.2"
+  <<: *test_defaults
+
 linting:
   stage: test
   script:
-- 
GitLab