From 2a87dd2444bd76f8053c5767c206e5dedbbe24f6 Mon Sep 17 00:00:00 2001 From: Timo Schinkel Date: Fri, 22 Nov 2024 09:34:53 +0100 Subject: [PATCH] Run inspections on PHP 8.4 Now that PHP 8.4 is officially released we should run the inspections on that version as well. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9aacc65..a925328 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2', '8.3'] + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php-versions }} steps: