From 6a509668e8e04beb97bd6f0f449cd33d3830d9cb Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 14 Feb 2024 09:02:23 +0100 Subject: [PATCH] [TASK] Also PHP-lint with PHP 8.3 on CI This is the backport of #426 to the maintenance branch. --- .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 8c169800..a7884177 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - name: Checkout