From 7d41712b64cb070769ba16db92c7f1ac8a24fee1 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 12 Jan 2022 13:29:41 +0100 Subject: [PATCH] CI: test with PHP 8.1 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72010ae..cbb48ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,12 @@ test-php8.0: PHP: "php8.0" <<: *test_defaults +test-php8.1: + stage: test + variables: + PHP: "php8.1" + <<: *test_defaults + linting: stage: test script: -- GitLab