Skip to content
Snippets Groups Projects
Commit 1f3a4c04 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: enable tests for PHP 8.2

parent 1120f804
No related branches found
No related tags found
No related merge requests found
Pipeline #225124 passed
...@@ -44,6 +44,12 @@ test-php8.1: ...@@ -44,6 +44,12 @@ test-php8.1:
PHP: "php8.1" PHP: "php8.1"
<<: *test_defaults <<: *test_defaults
test-php8.2:
stage: test
variables:
PHP: "php8.2"
<<: *test_defaults
linting: linting:
stage: test stage: test
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment