From d19ebbf49259165c28530b10568bb564f77f6528 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 2 Feb 2024 17:32:59 +0100 Subject: [PATCH] [TASK] Also PHP-lint the code with PHP 8.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1d4bae..7acfd642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - name: Checkout