From 840a592eb9a0b4847f016c9f0780949b785357ff Mon Sep 17 00:00:00 2001 From: Timo Schinkel Date: Tue, 26 Oct 2021 15:25:11 +0200 Subject: [PATCH] Add PHP 8.1 to inspections Add PHP 8.1 to the list of versions to run inspections on. --- .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 5e0bbfe..a5ca95a 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: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] name: PHP ${{ matrix.php-versions }} steps: