From ed41b691e47ce76f5dec1c8187a5bb61449eb36d Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 21 Feb 2022 11:23:35 +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 1e87166..951e2f3 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 allow_failure: true -- GitLab